Containers
Containers provide your application a visual structure by providing frames
in which to house your display components. Flex comes with a variety of containers,
and each provides unique characteristics. Their purpose is universal—to help you
lay out your components visually rather than programmatically.
Application container:
Table : The layout property accepts three values.
| Value |
Description |
| absolute |
Instructs the container to be use absolute positioning mode in
which you explicitly position each child component |
| horizontal |
Instructs the container to automatically lay out its child components horizontally |
| vertical |
Instructs the container to automatically lay out its child components vertically |
|
|
|
|
|
June 9, 2009
Posted by suganyakalaimani |
About components |
Leave a Comment