Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCheckListBox.Columns Property

Defines the number of columns visible within the checklist box.

#Declaration

Delphi
property Columns: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

A list box control enables you to display items within multiple columns. The Columns property specifies the number of columns displayed within the control.

If Columns is set to 0, all items are displayed in a single column and a vertical scrollbar is used to navigate through items.

If Columns is set to a value greater than 0, the vertical scrollbar is hidden and items are placed down then across. The number of visible columns is specified by the current Columns property value. If all items cannot be displayed within the visible portion of the list box, a horizontal scrollbar is displayed thus allowing scrolling. The following screenshot shows a list box with the Columns property set to 2:

See Also