User Guide
1100 ScrollPane component
Property summary for the ScrollPane class
The following table lists properties of the ScrollPane class.
Method Description
ScrollPane.content A reference to the content loaded into the scroll pane (read-
only).
ScrollPane.contentPath A string that indicates an absolute or relative URL of the
SWF or JPEG file to load into the scroll pane, or that is the
linkage identifier of a movie clip in the current document’s
library panel.
ScrollPane.hLineScrollSize The amount of content to scroll horizontally when a scroll
arrow is clicked.
ScrollPane.hPageScrollSize The amount of content to scroll horizontally when the scroll
track is clicked.
ScrollPane.hPosition The horizontal pixel position of the scroll pane’s horizontal
scroll bar.
ScrollPane.hScrollPolicy The status of the horizontal scroll bar. It can be always on
(
"on"), always off ("off"), or on when needed ("auto"). The
default value is
"auto".
ScrollPane.scrollDrag Indicates whether scrolling occurs (true) or not (false) when
a user drags on content within the scroll pane. The default
value is
false.
ScrollPane.vLineScrollSize The amount of content to scroll vertically when a scroll arrow
is clicked.
ScrollPane.vPageScrollSize The amount of content to scroll vertically when the scroll
track is clicked.
ScrollPane.vPosition The pixel position of the scroll pane’s vertical scroll bar.
ScrollPane.vScrollPolicy The status of the vertical scroll bar. It can be always on ("on"),
always off (
"off"), or on when needed ("auto"). The default
value is
"auto".