User Guide
684 Chapter 6: Components Dictionary
ScrollPane.scrollDrag
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.scrollDrag
Description
Property; a Boolean value that indicates whether scrolling occurs (true) or not (false) when a
user drags within the scroll pane. The default value is
false.
Example
This example causes the content to scroll when the user drags within the scroll pane:
scrollPane.scrollDrag = true;
ScrollPane.vLineScrollSize
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.vLineScrollSize
Description
Property; the number of pixels to move the content in the display area when the user clicks a
scroll arrow in a vertical scroll bar. The default value is 5.
Example
This code causes the content in the display area to move 10 pixels when the vertical scroll arrows
are clicked:
scrollPane.vLineScrollSize = 10;
ScrollPane.vPageScrollSize
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.