Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.6 |
The ScrollSnappingMode class defines the enumeration values for
the
scrollSnappingMode
property of the List and Scroller classes.
public static const CENTER:String = center
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.6 |
Elements are snapped to the center of the viewport.
public static const LEADING_EDGE:String = leadingEdge
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.6 |
Elements are snapped to the left (horizontal) or top (vertical)
edge of the viewport.
public static const NONE:String = none
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.6 |
Scroll snapping is off.
public static const TRAILING_EDGE:String = trailingEdge
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.6 |
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport.
Wed Nov 15 2017, 09:50 AM +01:00