Packagemx.events
Classpublic final class ScrollEventDirection
InheritanceScrollEventDirection Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constants for the values of the direction property of a ScrollEvent.

See also

mx.events.ScrollEvent


Public Constants
 ConstantDefined By
  HORIZONTAL : String = horizontal
[static] The user scrolled horizontally.
ScrollEventDirection
  VERTICAL : String = vertical
[static] The user scrolled vertically.
ScrollEventDirection
Constant Detail
HORIZONTALConstant
public static const HORIZONTAL:String = horizontal

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The user scrolled horizontally.

VERTICALConstant 
public static const VERTICAL:String = vertical

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The user scrolled vertically.