Mega Code Archive

 
Categories / Flex / Container
 

Set Panel width and height to 100%

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Panel layout="horizontal" width="100%" height="100%" title="this is a test"/> </mx:Application>