Product Version : | Feathers 3.0.0 |
Constants that define how scroll bars are displayed in a container.
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.
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.
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.
public static const NONE:String = "none"
Product Version : | Feathers 3.0.0 |
The scroll bars are never visible.
Sat Jun 18 2022, 02:58 PM -07:00