Mega Code Archive

 
Categories / Flex / Container
 

VBox container expands to fill all the available space

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100"     height="100">     <mx:VBox width="100%" height="100%" backgroundColor="#00FF00">     </mx:VBox> </mx:Application>