Pakiet | mx.core |
Klasa | public final class ScrollPolicy |
Dziedziczenie | ScrollPolicy Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
horizontalScrollPolicy
and
verticalScrollPolicy
properties
of the Container and ScrollControlBase classes.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
AUTO : String = "auto" [statyczny]
Show the scrollbar if the children exceed the owner's dimension. | ScrollPolicy | ||
OFF : String = "off" [statyczny]
Never show the scrollbar. | ScrollPolicy | ||
ON : String = "on" [statyczny]
Always show the scrollbar. | ScrollPolicy |
Szczegół stałej
AUTO | Stała |
public static const AUTO:String = "auto"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const OFF:String = "off"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Never show the scrollbar.
ON | Stała |
public static const ON:String = "on"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Tue Jun 12 2018, 12:06 PM Z