how do you add columns and header to checklistbox control?

C

comic_rage

Hi,

I created a checkListBox to allow the user to select and place a check
next to multiple items in the GUI. I would like to add a 2 column where
the first column show the description of the item and the second column
show the version.

How can I create 2 columns with a checkListBox?
How can I add a header above the 2 columns to show item | version?


Any help is greatly appreciated,

Thanks,

CR
 
S

Siva M

Perhaps you can try the ListView control with checkbox enabled.

If you still want to use the CheckedListBox, set MultiColumn to true with
appropriate column width and control height. However, headers cannot be
added.

Hi,

I created a checkListBox to allow the user to select and place a check
next to multiple items in the GUI. I would like to add a 2 column where
the first column show the description of the item and the second column
show the version.

How can I create 2 columns with a checkListBox?
How can I add a header above the 2 columns to show item | version?


Any help is greatly appreciated,

Thanks,

CR
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top