User Guide
List component 483
Example
The following example sets the position of the list to the first index item:
myList.vPosition = 0;
List.vScrollPolicy
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
listInstance.vScrollPolicy
Description
Property; a string that determines whether the list supports vertical scrolling. The value of this
property can be
"on", "off" or "auto". The value "auto" causes a scroll bar to appear when
needed.
Example
The following example disables the scroll bar:
myList.vScrollPolicy = "off";
You can still create scrolling by using List.vPosition.
See also
List.vPosition