List.vScrollPolicy

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

listInstance.vScrollPolicy

Description

Property; a string that determines whether or not the list supports vertical scrolling. This property can be one of the following values: "on", "off" or "auto". The value "auto" causes a scroll bar to appear when its 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