Packagecom.adobe.portfolio.skins
Classpublic class VerticalScrollerSkin
InheritanceVerticalScrollerSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the Spark VScrollBar component. The thumb and track skins are defined by the VScrollBarThumbSkin and VScrollBarTrackSkin classes, respectively.

Default MXML PropertymxmlContent

See also

spark.components.VScrollBar
spark.skins.spark.VScrollBarThumbSkin
spark.skins.spark.VScrollBarTrackSkin


Public Properties
 PropertyDefined By
  hostComponent : VScrollBar
VerticalScrollerSkin
  thumb : Button
The default skin class is VScrollBarThumbSkin.
VerticalScrollerSkin
  track : Button
The default skin class is VScrollBarTrackSkin.
VerticalScrollerSkin
Public Methods
 MethodDefined By
  
Constructor.
VerticalScrollerSkin
Property Detail
hostComponentproperty
public var hostComponent:VScrollBar

This property can be used as the source for data binding.

thumbproperty 
public var thumb:Button

The default skin class is VScrollBarThumbSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.VScrollBarThumbSkin
trackproperty 
public var track:Button

The default skin class is VScrollBarTrackSkin.

This property can be used as the source for data binding.

See also

spark.skins.spark.VScrollBarTrackSkin
Constructor Detail
VerticalScrollerSkin()Constructor
public function VerticalScrollerSkin()

Constructor.