tim richter

For those readers who are not familiar with the architecture of the AS3-Layout-Framework, here is a short introduction.

Which base class should you use?

The answer is very simple. If the needed component has no subcomponents, use Component. If other components should be added and also be laid out, use Container instead.
Read more...

A FlowBox arranges IUIComponents in a row/column until no more IUIComponents fit in that row/column. The IUIComponents will be arranged to their desired size.

In addition the FlowBox offers the possibility to choose different alignment and flow settings which are also modifiable at runtime.
Read more...