Package | com.adobe.portfolio.skins.axmScroller |
Class | public class AXMScrollerSkin |
Inheritance | AXMScrollerSkin ![]() |
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. | AXMScrollerSkin | ||
hostComponent : Scroller | AXMScrollerSkin | ||
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. | AXMScrollerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMScrollerSkin |
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.
AXMScrollerSkin | () | Constructor |
public function AXMScrollerSkin()
Constructor.