ListBox.scrollToSelected

Syntax

scrollToSelected();

Description

The scrollToSelected method scrolls the list to selected element of the list.

Comments

Executing the method requires that the IsScrollToSelected property is set to to True.

Example

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

See also:

ListBox