IsScrollToSelected: Boolean
The IsScrollToSelected property determines whether a list is scrolled to the selected element.
Available values:
true. Default value. A list can be scrolled to the selected element.
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 property use is given in description of the ListBox.getScrollBox method.
See also: