Packagecom.adobe.portfolio.skins
Classpublic class ScrollerSkin
InheritanceScrollerSkin Inheritance spark.skins.SparkSkin

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

The default skin class for the Portfolio Scroller component.

Default MXML PropertymxmlContent

See also

spark.components.Scroller


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
ScrollerSkin
Property Detail
horizontalScrollBarproperty
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.

hostComponentproperty 
public var hostComponent:Scroller

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

verticalScrollBarproperty 
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.

Constructor Detail
ScrollerSkin()Constructor
public function ScrollerSkin()

Constructor.