Packagecom.ghostwire.ui.enums
Classpublic final class SCROLLBAR

Defines constants for the values to be used for hScrollPolicy and vScrollPolicy properties.

~ This class is available in Aspire UI Components Lite Edition ~

See also

com.ghostwire.ui.core.uiScrollable.hScrollPolicy
com.ghostwire.ui.core.uiScrollable.vScrollPolicy


Public Constants
 ConstantDefined 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
Constant detail
AUTOconstant
public static const AUTO:String = "auto"

Show the scroll bar only when necessary.

OFFconstant 
public static const OFF:String = "off"

Never show the scroll bar.

ONconstant 
public static const ON:String = "on"

Always show the scroll bar.