Packagefeathers.controls
Classpublic class TrackScaleMode
InheritanceTrackScaleMode Inheritance Object

Product Version : Feathers 3.0.0

How the track is sized perpendicular to the direction it is dragged.



Public Constants
 ConstantDefined By
  DIRECTIONAL : String = "directional"
[static] If the component's direction is horizontal, the width of the track will fill the full width of the component, and if the component's direction is vertical, the height of the track will fill the full height of the component.
TrackScaleMode
  EXACT_FIT : String = "exactFit"
[static] The track dimensions fill the full width and height of the component.
TrackScaleMode
Constant Detail
DIRECTIONALConstant
public static const DIRECTIONAL:String = "directional"

Product Version : Feathers 3.0.0

If the component's direction is horizontal, the width of the track will fill the full width of the component, and if the component's direction is vertical, the height of the track will fill the full height of the component. The other edge will not be scaled, and its preferred size will be used instead.

EXACT_FITConstant 
public static const EXACT_FIT:String = "exactFit"

Product Version : Feathers 3.0.0

The track dimensions fill the full width and height of the component.