Package | com.ghostwire.ui.enums |
Class | public final class SCROLLBAR |
hScrollPolicy
and vScrollPolicy
properties.
~ This class is available in Aspire UI Components Lite Edition ~
See also
Constant | Defined by | ||
---|---|---|---|
AUTO : String = "auto" [static]
Show the scroll bar only when necessary.
| SCROLLBAR | ||
OFF : String = "off" [static]
Never show the scroll bar.
| SCROLLBAR | ||
ON : String = "on" [static]
Always show the scroll bar.
| SCROLLBAR |
AUTO | constant |
public static const AUTO:String = "auto"
Show the scroll bar only when necessary.
OFF | constant |
public static const OFF:String = "off"
Never show the scroll bar.
ON | constant |
public static const ON:String = "on"
Always show the scroll bar.