Mega Code Archive

 
Categories / Flex / Container
 

Create constraints for the right edge and the bottom edge, using the properties right and bottom

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Button label="Button" right="5" bottom="5" /> </mx:Application>