I wonder, I have a CheckedListBox and on the properties you can choose "MultiColumn" and set this to True or False.
What I wonder is if it is true that CheckedListBox can have for example 5 columns because when I set this to true you canĀ“t see that any columns has been created in the CheckedListBox.
I can find this member like below but this is the only thing I can find that has with columns to do.
If I want to create 5 Columns in this CheckedListBox, is this possible ?
(In the GridViewControl I know how to access columns and cells but I cant find anything like this here)
Thank you...

CheckedListBox1->ColumnWidth

Recommended Answers

All 2 Replies

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.