Flex Container

Every flex application is composed of so many visual components. Every component resides in any container.

Flex Container

Flex Container

     

Every flex application is composed of so many visual components. Every component resides in any container. Flex provides several containers to lay child components, each with different way of positioning. For example, some containers may position the child components horizontally, some vertically and some put the child components in tabular format etc. Container can contain visual components and other containers also inside it. Application is the top container for any flex application.

 



You can learn about flex containers going through the following topic:

1. Introduction to Flex

2. What are flex containers

3. Using flex containers

4. Application container

5. Canvas layout container

6. Box layout container

7. VBox layout container

8. HBox layout container

9. Form layout container

10. Grid Layout Container

11. Application download progress bar

12. Panel Layout Container

13. Tile Layout Container

14. TitleWindow Layout Container

15. ControlBar Layout Container

16. DividedBox Layout Container

17. HDividedBox Layout Container

18. VDividedBox Layout Container