RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.Columns Property

Specifies the number of columns, in a multi-column list box, that are visible without having to scroll.

Pascal
property Columns: Integer;
C++
__property int Columns;

Use Columns to specify the number of columns, in a multi-column list box, that are visible without having to use the horizontal scroll bar. 

Multi-column list boxes have a horizontal scroll bar that allows users to view multiple columns as they wrap. The default value for Columns is 0, meaning that the list box is not multi-column. That is, users can scroll only vertically and the list of items will not wrap. 

For Columns values greater than 0, multiple columns accommodate the items as they wrap beyond the bottom of the list box. The Columns property specifies the number of columns that are visible without having to horizontally scroll the list box. 

The width of each column depends upon both the Width property and the number of Columns. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!