Package | com.adobe.portfolio.skins |
Class | public class VerticalScrollerSkin |
Inheritance | VerticalScrollerSkin ![]() |
Implements | mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Default MXML PropertymxmlContent
See also
Property | Defined By | ||
---|---|---|---|
hostComponent : VScrollBar | VerticalScrollerSkin | ||
thumb : Button The default skin class is VScrollBarThumbSkin. | VerticalScrollerSkin | ||
track : Button The default skin class is VScrollBarTrackSkin. | VerticalScrollerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | VerticalScrollerSkin |
hostComponent | property |
public var hostComponent:VScrollBar
This property can be used as the source for data binding.
thumb | property |
public var thumb:Button
The default skin class is VScrollBarThumbSkin.
This property can be used as the source for data binding.
See also
track | property |
public var track:Button
The default skin class is VScrollBarTrackSkin.
This property can be used as the source for data binding.
See also
VerticalScrollerSkin | () | Constructor |
public function VerticalScrollerSkin()
Constructor.