I have a wxListCtrl with an icon and two columns. I trap left button
down, and call wxListCtrl.HitTest. Everything seems to work normally
if I click on the icon or the first column: I get
wxLIST_HITTEST_ONITEMICON and wxLIST_HITTEST_ONITEMLABEL,
respectively.
If I click in the second column, however, I get a strange mixture of
flags:
I have a wxListCtrl with an icon and two columns. I trap left button
down, and call wxListCtrl.HitTest. Everything seems to work normally
if I click on the icon or the first column: I get
wxLIST_HITTEST_ONITEMICON and wxLIST_HITTEST_ONITEMLABEL,
respectively.
If I click in the second column, however, I get a strange mixture of
flags: