Paket | spark.components |
Sınıf | public final class ScrollSnappingMode |
Miras Alma | ScrollSnappingMode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
CENTER : String = "center" [statik]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [statik]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [statik]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [statik]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
Sabit Ayrıntısı
CENTER | Sabit |
public static const CENTER:String = "center"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Sabit |
public static const LEADING_EDGE:String = "leadingEdge"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Sabit |
public static const NONE:String = "none"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Sabit |
public static const TRAILING_EDGE:String = "trailingEdge"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 01:09 PM Z