IsScrollToSelected: Boolean
The IsScrollToSelected property determines whether a list is scrolled to the selected element.
Available values:
true. A list can be scrolled to the selected element (by default).
false. A list cannot be scrolled to the selected element.
The value of the property is determined from JSON by means of the setIsScrollToSelected method, and returned by means of the getIsScrollToSelected method.
The example of property use is given in description of the ListBox.getScrollBox method.
See also: