套件 | spark.components |
類別 | public final class ScrollSnappingMode |
繼承 | ScrollSnappingMode Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
CENTER : String = "center" [靜態]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [靜態]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [靜態]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [靜態]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
常數詳細資訊
CENTER | 常數 |
public static const CENTER:String = "center"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | 常數 |
public static const LEADING_EDGE:String = "leadingEdge"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | 常數 |
public static const NONE:String = "none"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | 常數 |
public static const TRAILING_EDGE:String = "trailingEdge"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 03:47 PM Z