ListItem.ColumnIndex

Syntax

ColumnIndex: Number

Description

The ColumnIndex property determines index of the column that contains the icon. This index is used to calculate horizontal icon shift relative to the sprite edge.

Comments

0 value contributes to the first column, one value contributes to the second one and so on.

Example

The examples of property use are given in description of the ListItem constructor and in the Example of Creating the ListBox Component page.

See also:

ListItem