Packageorg.apache.flex.html.beads.layouts
Classpublic class VerticalColumnLayout
InheritanceVerticalColumnLayout Inheritance Object
Implements IBeadLayout

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

ColumnLayout is a class that organizes the positioning of children of a container into a set of columns where each column's width is set to the maximum size of all of the children in that column.



Public Properties
 PropertyDefined By
  numColumns : int
The number of columns.
VerticalColumnLayout
  strand : IStrand
[write-only] The host component for this bead.
VerticalColumnLayout
Public Methods
 MethodDefined By
  
constructor
VerticalColumnLayout
  
layout():Boolean
VerticalColumnLayout
Property Detail
numColumnsproperty
numColumns:int

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

The number of columns.


Implementation
    public function get numColumns():int
    public function set numColumns(value:int):void
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
VerticalColumnLayout()Constructor
public function VerticalColumnLayout()

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

constructor

Method Detail
layout()method
public function layout():Boolean

Returns
Boolean