Mega Code Archive

 
Categories / Flex / Container
 

Change the layout attribute to vertical

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">     <mx:Label text="This is a test" />     <mx:Label text="This is a second test" /> </mx:Application>