Pakket | mx.core |
Klasse | public final class ScrollPolicy |
Overerving | ScrollPolicy Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
horizontalScrollPolicy
and
verticalScrollPolicy
properties
of the Container and ScrollControlBase classes.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
AUTO : String = "auto" [statisch]
Show the scrollbar if the children exceed the owner's dimension. | ScrollPolicy | ||
OFF : String = "off" [statisch]
Never show the scrollbar. | ScrollPolicy | ||
ON : String = "on" [statisch]
Always show the scrollbar. | ScrollPolicy |
Constantedetails
AUTO | Constante |
public static const AUTO:String = "auto"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Show the scrollbar if the children exceed the owner's dimension. The size of the owner is not adjusted to account for the scrollbars when they appear, so this may cause the scrollbar to obscure the contents of the control or container.
OFF | Constante |
public static const OFF:String = "off"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Never show the scrollbar.
ON | Constante |
public static const ON:String = "on"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Always show the scrollbar. The size of the scrollbar is automatically added to the size of the owner's contents to determine the size of the owner if explicit sizes are not specified.
Wed Jun 13 2018, 11:42 AM Z