
CListView - click on state icon and selection
Quote:
> I've noticed when you click on the state icon area of an item in a
> CListView, the line does not get selected/highlighted. Is there an
> easy way to implement this such that it works just like clicking on
> the item label (i.e. it will select/highlight it or add it to the
> selection/highlight if CTRL is down, etc.)? I have an NM_CLICK handler
> already that sets the state icon when the state icon area is clicked,
> but I want the selection/highlight features as well.
Never mind. I got what I wanted by using regular icons rather than state
icons.