Paquete | spark.components |
Clase | public final class ScrollSnappingMode |
Herencia | ScrollSnappingMode Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
CENTER : String = "center" [estática]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [estática]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [estática]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [estática]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
Información sobre constantes
CENTER | Constante |
public static const CENTER:String = "center"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Constante |
public static const LEADING_EDGE:String = "leadingEdge"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Constante |
public static const NONE:String = "none"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Constante |
public static const TRAILING_EDGE:String = "trailingEdge"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Tue Jun 12 2018, 02:12 PM Z