Continue on the right side when scrollbar is visible

151 Views Asked by At

In a checkedlistbox control in C# winforms I can add items into it, however the items will be placed under each other even when the height is smaller than the items combined.

My question is;

Can I "split" the checkedlistbox so you can see everything without having to scroll? So when the left side is full, it will start on the other half of the checkedlistbox.

enter image description here

1

There are 1 best solutions below

2
On BEST ANSWER

What you are looking for is CheckedListBox.MultiColumn property.

Multi column CheckedListBox