my clistctrl (report view, single column) ignores item selection when there's control behind clistctrl. it's if click passes through control behind clistctrl.
selection fine if list item isn't on top of dialog-box item.
it's baffling because clistctrl's z order above these other controls. can suggest try make clistctrl accept click when there's overlapped control? thanks!
user spy++ check message flow. , check if control above control! maybe there wrong you´r z-order if think control above. check if overwrote wm_nchittest
Comments
Post a Comment