Packagefeathers.controls
Classpublic class ScrollBarDisplayMode
InheritanceScrollBarDisplayMode Inheritance Object

Product Version : Feathers 3.0.0

Constants that define how scroll bars are displayed in a container.



Public Constants
 ConstantDefined By
  FIXED : String = "fixed"
[static] The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
ScrollBarDisplayMode
  FIXED_FLOAT : String = "fixedFloat"
[static] The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
ScrollBarDisplayMode
  FLOAT : String = "float"
[static] The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
ScrollBarDisplayMode
  NONE : String = "none"
[static] The scroll bars are never visible.
ScrollBarDisplayMode
Constant Detail
FIXEDConstant
public static const FIXED:String = "fixed"

Product Version : Feathers 3.0.0

The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.

FIXED_FLOATConstant 
public static const FIXED_FLOAT:String = "fixedFloat"

Product Version : Feathers 3.0.0

The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.

FLOATConstant 
public static const FLOAT:String = "float"

Product Version : Feathers 3.0.0

The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.

NONEConstant 
public static const NONE:String = "none"

Product Version : Feathers 3.0.0

The scroll bars are never visible.