Differences
This shows you the differences between two versions of the page.
|
layouts [2009/02/24 22:02] arpit created |
layouts [2009/02/24 22:05] (current) arpit |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Most Layouts also implement the IContainerMeasurementHelper interface, which means that they are responsible for interpreting the percent dimensions as actual pixel values. | Most Layouts also implement the IContainerMeasurementHelper interface, which means that they are responsible for interpreting the percent dimensions as actual pixel values. | ||
| + | |||
| + | Unlike Flex, there are no hard and fast H or VBoxes. Layouts can be arbitrarily assigned to any UIContainer and can be switched at any time. Layouts can also support animation so that as the children are positioned they animate to their new positions. | ||