In my list view, I'm responding to LVN_ITEMACTIVATE when the user selects an
item from the list. But this notification is sent when the user double-taps
the item; unlike the default behaviour people are used to in the rest of the
OS, where items are activated when the user TAPS and LETS GO from the item.
Naturally, I could respond to LVN_ITEMCHANGED, but that would happen so fast
the user would not even notice the item being selected.
I don't understand this, I find it unlogical. Can anyone explain to me how I
can make my list list behave like the rest of the list views, I'd be grateful!
I'm using API not MFC.