| Package | com.addicted2flash.layout.component |
| Class | public final class UIScrollerVariant |
| Constant | Defined 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 | ||
| DOUBLE_BOTTOM | constant |
public static const DOUBLE_BOTTOM:int = 0x003Arrows will be placed together on bottom of the scrollbar.
| DOUBLE_TOP | constant |
public static const DOUBLE_TOP:int = 0x002Arrows will be placed together on top of the scrollbar.
| SINGLE | constant |
public static const SINGLE:int = 0x001Arrows will be placed apart from each other and the scrollbar will be placed in the middle.