套件 | mx.core |
類別 | public final class ScrollPolicy |
繼承 | ScrollPolicy Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
horizontalScrollPolicy
and
verticalScrollPolicy
properties
of the Container and ScrollControlBase classes.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
AUTO : String = "auto" [靜態]
Show the scrollbar if the children exceed the owner's dimension. | ScrollPolicy | ||
OFF : String = "off" [靜態]
Never show the scrollbar. | ScrollPolicy | ||
ON : String = "on" [靜態]
Always show the scrollbar. | ScrollPolicy |
常數詳細資訊
AUTO | 常數 |
public static const AUTO:String = "auto"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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 | 常數 |
public static const OFF:String = "off"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Never show the scrollbar.
ON | 常數 |
public static const ON:String = "on"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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, 03:47 PM Z