IListBox.Columns

Syntax

Columns: Integer;

Description

The Columns property determines the number of columns, in which the elements (strings) of the list should be displayed.

Comments

The Columns property is set to 0 by default. The elements of the list are displayed as one column in vertical direction, the vertical scrollbar is displayed. When the Columns property is set to value from 1 to n, the elements of the list are displayed in horizontal direction.  

See also:

IListBox