| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Values for the
horizontalScrollPolicy and
verticalScrollPolicy
properties of the BaseScrollPane class.
public static const AUTO:String = "auto"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Show the scroll bar if the children exceed the owner's dimensions.
The size of the owner is not adjusted to account for the scroll bars
when they appear, so this may cause the scroll bar to obscure the contents
of the component or container.
public static const OFF:String = "off"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Never show the scroll bar.
public static const ON:String = "on"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Always show the scroll bar. The size of the scroll bar is automatically
added to the size of the owner's contents to determine the size of the
owner if explicit sizes are not specified.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/ScrollPolicy.html