Packageflexlib.containers
Classpublic class FlowBox
InheritanceFlowBox Inheritance mx.containers.Box

The FlowBox is an extension of Box that implements a FlowLayout algorithm for laying out children. FlowBox will lay out children in a horizontal fashion. When the width of the children exceeds the width of the container, the child is placed on a new row.



Public Properties
 PropertyDefined By
  direction : String
[override] [write-only] A FlowBox container can only be horizontal, so override the direction and don't allow the user to change it.
FlowBox
Public Methods
 MethodDefined By
  
Constructor
FlowBox
Property Detail
directionproperty
direction:String  [write-only] [override]

A FlowBox container can only be horizontal, so override the direction and don't allow the user to change it.


Implementation
    public function set direction(value:String):void
Constructor Detail
FlowBox()Constructor
public function FlowBox()

Constructor