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 (
(
), or appears automatically according to the size of the image (
"off"
is
.
"auto"
Example
The following code turns vertical scroll bars on all the time:
scrollPane.vScrollPolicy = "on";
), is never present
"on"
). The default value
"auto"
ScrollPane component
685
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?