ListItem.RowIndex

Syntax

RowIndex: Number

Description

The RowIndex property determines index of the row that contains the icon. This index is used to calculate vertical icon shift relative to the sprite edge.

Comments

The value 0 corresponds to the first row, value 1 corresponds to the second row, 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