Pacchetto | spark.components |
Classe | public final class ScrollSnappingMode |
Ereditarietà | ScrollSnappingMode Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
CENTER : String = "center" [statico]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [statico]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [statico]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [statico]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
Descrizione delle costanti
CENTER | Costante |
public static const CENTER:String = "center"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Costante |
public static const LEADING_EDGE:String = "leadingEdge"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Costante |
public static const NONE:String = "none"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Costante |
public static const TRAILING_EDGE:String = "trailingEdge"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 02:44 PM Z