Packagemx.controls.scrollClasses
Classpublic final class ScrollBarDirection

The ScrollBarDirection class defines the values for the direction property of the ScrollBar control.

See also

mx.controls.scrollClasses.ScrollBar
mx.controls.HScrollBar
mx.controls.VScrollBar


Public Constants
 ConstantDefined by
  HORIZONTAL : String = "horizontal"
[static] Specifies that a ScrollBar control is for horizontal scrolling.
ScrollBarDirection
  VERTICAL : String = "vertical"
[static] Specifies that a ScrollBar control is for vertical scrolling.
ScrollBarDirection
Constant detail
HORIZONTALconstant
public static const HORIZONTAL:String = "horizontal"

Specifies that a ScrollBar control is for horizontal scrolling.

VERTICALconstant 
public static const VERTICAL:String = "vertical"

Specifies that a ScrollBar control is for vertical scrolling.