Integrated Application Platform › Forums › General › List View – Tool Tip and Click › Reply To: List View – Tool Tip and Click
March 25, 2015 at 11:36 am
#1162
Keymaster
The problem is that clicking on a row only selects the row if you click on the first item. (And ItemClicked is passing the selected row.) This is Windows, not Suneido.
One way to make it work is to set a style with something like:
.List.SetExtendedStyle(LVS_EX.FULLROWSELECT)