Package | com.adobe.portfolio.skins |
Class | public class ScrollerSkin |
Inheritance | ScrollerSkin ![]() |
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 | ||
---|---|---|---|
horizontalScrollBar : HScrollBar A horizontal scrollbar that lets you control the portion of data that is displayed
when there is too much data to fit horizontally in a display area. | ScrollerSkin | ||
hostComponent : Scroller | ScrollerSkin | ||
verticalScrollBar : VScrollBar A vertical scrollbar that lets you control the portion of data that is displayed
when there is too much data to fit vertically in a display area. | ScrollerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | ScrollerSkin |
horizontalScrollBar | property |
public var horizontalScrollBar:HScrollBar
A horizontal scrollbar that lets you control the portion of data that is displayed when there is too much data to fit horizontally in a display area. The Scroller determines whether the horizontal ScrollBar is visible.
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:Scroller
This property can be used as the source for data binding.
verticalScrollBar | property |
public var verticalScrollBar:VScrollBar
A vertical scrollbar that lets you control the portion of data that is displayed when there is too much data to fit vertically in a display area. The Scroller determines whether the vertical ScrollBar is visible.
This property can be used as the source for data binding.
ScrollerSkin | () | Constructor |
public function ScrollerSkin()
Constructor.