Mega Code Archive

 
Categories / Flex / Container
 

VBox with scroll bars

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