ScrollPane.hScrollPolicy

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

scrollPaneInstance.hScrollPolicy

Description

Property; determines whether the horizontal scroll bar is always present ("on"), never present ("off"), or appears automatically according to the size of the image ("auto"). The default value is "auto".

Example

The following code turns scroll bars on all the time:

scrollPane.hScrollPolicy = "on";