|
-
March 31st, 1999, 08:02 PM
#1
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.
-
April 1st, 1999, 05:16 AM
#2
-
April 1st, 1999, 05:53 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|