Paket | spark.components |
Klass | public final class ScrollSnappingMode |
Arv | ScrollSnappingMode Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
CENTER : String = "center" [statisk]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [statisk]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [statisk]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [statisk]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
Konstantdetaljer
CENTER | Konstant |
public static const CENTER:String = "center"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Konstant |
public static const LEADING_EDGE:String = "leadingEdge"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Konstant |
public static const NONE:String = "none"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Konstant |
public static const TRAILING_EDGE:String = "trailingEdge"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 01:40 PM Z