Show contents 

Working with Lists > Classes > ListBox > ListBox.scrollToItem

ListBox.scrollToItem

Syntax

scrollToItem(item: PP.Ui.ListItem);

Parameters

item. Element of the list.

Description

The scrollToItem method scrolls the list to specified element.

Example

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

See also:

ListBox