IListBox.Columns

Syntax

Columns: Integer;

Description

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

Comments

By default the Columns property is set to 0. And  the elements of the list are displayed as one column in vertical direction, the vertical scroll bar appears. 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