A CheckListBox has got a property Columns which by default has the value 0, meaning you get a vertical scroll bar if there are more entries than fit into the control. You can set it a positive value to get multiple columns and a horizontal scrollbar instead of a vertical one. But what happens, if … Continue reading How to make a CheckListBox with a dynamic number of columns?