Packagecom.addicted2flash.layout.component
Classpublic final class UIScrollerVariant

Enumeration of scroller variants.



Public Constants
 ConstantDefined by
  DOUBLE_BOTTOM : int = 0x003
[static] Arrows will be placed together on bottom of the scrollbar.
UIScrollerVariant
  DOUBLE_TOP : int = 0x002
[static] Arrows will be placed together on top of the scrollbar.
UIScrollerVariant
  SINGLE : int = 0x001
[static] Arrows will be placed apart from each other and the scrollbar will be placed in the middle.
UIScrollerVariant
Constant detail
DOUBLE_BOTTOMconstant
public static const DOUBLE_BOTTOM:int = 0x003

Arrows will be placed together on bottom of the scrollbar.

DOUBLE_TOPconstant 
public static const DOUBLE_TOP:int = 0x002

Arrows will be placed together on top of the scrollbar.

SINGLEconstant 
public static const SINGLE:int = 0x001

Arrows will be placed apart from each other and the scrollbar will be placed in the middle.