Show contents 

Working with Lists > Classes > ListBox > ListBox.getLayoutItems

ListBox.getLayoutItems

Syntax

getLayoutItems();

Description

The getLayoutItems method returns the array of elements of the list.

Comments

Elements of the array are objects of the PP.Ui.ListItem class.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox