User Guide
ScrollPane component 685
Usage
scrollPaneInstance.vPageScrollSize
Description
Property; the number of pixels to move the content in the display area when the user clicks the
track in a vertical scroll bar. The default value is 20.
Example
This code causes the content in the display area to move 30 pixels when the vertical scroll track is
clicked:
scrollPane.vPageScrollSize = 30;
ScrollPane.vPosition
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.vPosition
Description
Property; the pixel position of the scroll pane’s vertical scroll bar. The default value is 0.
ScrollPane.vScrollPolicy
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.vScrollPolicy
Description
Property; determines whether the vertical scroll bar is always present ("on"), is never present
(
"off"), or appears automatically according to the size of the image ("auto"). The default value
is
"auto".
Example
The following code turns vertical scroll bars on all the time:
scrollPane.vScrollPolicy = "on";