Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CListCtrl List control question

Status
Not open for further replies.

classT

Programmer
Joined
Oct 6, 2002
Messages
19
Location
US
Hi all, does anybody know how I can make a selection extend all the way across a CListCtrl in report view. Currently, I can only select an item if I click in the first column. Also, it is only the first column that becomes highlighted when selected.
 
With CListCtrl::SetExtendedStyle, use LVS_EX_FULLROWSELECT.
 
Ahhhhh! Superb! Thanks for that one :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top