ListBox.Items

Syntax

Items: Array

Description

The Items property contains the array of elements of the list.

Comments

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

Use JSON or the setItems method to set the property value and the getItems method to get the property value.

Example

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

See also:

ListBox