| Package | feathers.layout |
| Interface | public interface ISpinnerLayout extends ILayout, IFeathersEventDispatcher |
| Implementors | HorizontalSpinnerLayout, VerticalSpinnerLayout |
| Product Version : | Feathers 2.1.0 |
SpinnerList component.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | requiresLayoutOnScroll : Boolean [read-only]
Determines if the container calls layout() when the
scroll position changes. | ILayout | |
| selectionBounds : Rectangle [read-only]
A rectangle indicating the bounds of the selected item. | ISpinnerLayout | ||
| snapInterval : Number [read-only]
The interval, in pixels, between snapping points. | ISpinnerLayout | ||
| selectionBounds | property |
selectionBounds:Rectangle [read-only]
A rectangle indicating the bounds of the selected item. Used by the
SpinnerList to position its selection overlay skin.
public function get selectionBounds():Rectangle| snapInterval | property |
snapInterval:Number [read-only] The interval, in pixels, between snapping points.
public function get snapInterval():Number