Click to See Complete Forum and Search --> : About CListCtrl class


tigertail
June 14th, 2001, 09:27 PM
Hi
I want to create a list box including checkbox at left side of every items. I know I can use LVS_EX_CHECKBOXES extand style to do it. Who can tell me the detail information about it or give me a sample. Thanks

Liuqing

Alex v.d.
July 16th, 2001, 05:00 AM
After creation of a List control call function
pmyListCtrl->SetExtendedStyle(pmyListCtrl->GetExtendedStyle()|LVS_EX_CHECKBOXES);

rliq
July 18th, 2001, 01:31 AM
Check out the RowList example that comes with Visual Studio.NET

Rob.