Pacote | spark.components |
Classe | public final class ScrollSnappingMode |
Herança | ScrollSnappingMode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
scrollSnappingMode
property of the List and Scroller classes.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
CENTER : String = "center" [estático]
Elements are snapped to the center of the viewport. | ScrollSnappingMode | ||
LEADING_EDGE : String = "leadingEdge" [estático]
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport. | ScrollSnappingMode | ||
NONE : String = "none" [estático]
Scroll snapping is off. | ScrollSnappingMode | ||
TRAILING_EDGE : String = "trailingEdge" [estático]
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. | ScrollSnappingMode |
Detalhes da constante
CENTER | Constante |
public static const CENTER:String = "center"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Elements are snapped to the center of the viewport.
LEADING_EDGE | Constante |
public static const LEADING_EDGE:String = "leadingEdge"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Elements are snapped to the left (horizontal) or top (vertical) edge of the viewport.
NONE | Constante |
public static const NONE:String = "none"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Scroll snapping is off.
TRAILING_EDGE | Constante |
public static const TRAILING_EDGE:String = "trailingEdge"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Elements are snapped to the right (horizontal) or bottom (vertical) edge of the viewport.
Wed Jun 13 2018, 11:10 AM Z