Packageorg.apache.flex.html.beads.layouts
Classpublic class NonVirtualHorizontalScrollingLayout
InheritanceNonVirtualHorizontalScrollingLayout Inheritance Object
Implements IBeadLayout

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The NonVirtualHorizontalScrollingLayout class is a layout bead that displays a set of children horizontally in one row, separating them according to CSS layout rules for margin and vertical-align styles and lays out a horizontal ScrollBar below the children.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
NonVirtualHorizontalScrollingLayout
Public Methods
 MethodDefined By
  
Constructor.
NonVirtualHorizontalScrollingLayout
Property Detail
strandproperty
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
NonVirtualHorizontalScrollingLayout()Constructor
public function NonVirtualHorizontalScrollingLayout()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.