-
ListCtrl question
I know how to select the first item in a multi-column
listctrl, but how can you select the second (or third...)?
Or more specifically:
I have a CListCtrl with two columns, the first
non-editable (effectively a row number), and the
second editable (the data). I want to select the
editable data (the second column) in a row whenever
someone clicks anywhere on the row (or even just
on that particular item.)
Thanks in advance.
-
Re: ListCtrl question
-
Re: ListCtrl question
There is an extended ListControl style LVS_EX_FULLROWSELECT which could help.
This is only available from version 4.70 of the Common Controls.