FScrollPane | support for creating a scrolling view of a movie, movie clip, or JPEG image |
Returns the height of a scroll pane as set by setSize( ).
Returns the width of a scroll pane as set by setSize( ).
Returns a reference to the movie clip displayed in the scroll area.
Returns the current scroll position as an object with x an y properties.
Loads a .swf or .jpg file into a scroll pane for display.
Refreshes the scroll pane (useful if contents change in size).
Registers a skin element for changing the appearance of a scroll pane.
Boolean specifying whether the user can scroll the content in the pane by dragging.
Specifies whether a horizontal scroll bar is displayed always (true), never (false), or as needed ("auto").
Specifies a Library symbol or move clip instance to display in the scroll pane.
Sets the current scroll position using x and y coordinates.
Sets the scroll pane's width and height.
Sets a particular style property for the scroll pane (for a list of supported properties, see the FStyleFormat object).
Specifies whether a vertical scroll bar is displayed always (true), never (false), or as needed ("auto").