ListBox.IsScrollToSelected

Syntax

IsScrollToSelected: Boolean

Description

The IsScrollToSelected property determines whether a list is scrolled to the selected element.

Comments

Available values:

The value of the property is determined from JSON by means of the setIsScrollToSelected method, and returned by means of the getIsScrollToSelected method.

Example

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

See also:

ListBox