Lets move to the Layout section.
The Basic Layout provides
1. Absolute positioning.
2. You need to record specific x,y position of each element of the layout.
<s:layout>
<s:BasicLayout/>
</s:layout>
In HorizontalLayout :
1. Children are arranged in a row.
2. Each child positioned to the right of previous one.
<s:layout>
<s:HorizontalLayout/>
</s:layout>
In VerticalLayout :
1. Children are arranged in a Column.
2. Each child positioned to the below of previous one.
<s:layout>
<s:VerticalLayout/>
</s:layout>
In TileLayout :
1. Children are arranged in row and Column necessary.
2. we can specify items positioning(horizontally or vertically )
before beginning of row and Column.
<s:layout>
<s:TileLayout/>
</s:layout>
Tags: Absolute positioning, arranged in a row, Basic Layout, below, Children, Column, Column necessary, each element of the layout, Flash Builder, HorizontalLayout, horizontally or vertically, Layout Object type, right of previous one, specific x, TileLayout, VerticalLayout, y position

Follow us on Twitter