Packagemx.events
Classpublic final class ScrollEventDirection

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"

The user scrolled horizontally.

VERTICALconstant 
public static const VERTICAL:String = "vertical"

The user scrolled vertically.