Position Children by Using Layout Management : Layout « Container « Flex
- Flex
- Container
- Layout
Position Children by Using Layout Management

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:VBox width="400" height="300" verticalGap="20">
<mx:Button label="Button"/>
<mx:LinkButton label="Link Button"/>
</mx:VBox>
</mx:Application>
Related examples in the same category