absolute layout with Panel : Panel Layout « Container « Flex






absolute layout with Panel

absolute layout with Panel
            

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Panel x="320" y="127" width="250" height="200" layout="absolute"
        title="Testing Events">
        <mx:VBox x="79" y="55" height="100%">
            <mx:Label id="myLabel" />
            <mx:Button label="Test" id="myButton" />
        </mx:VBox>
    </mx:Panel>
</mx:Application>

   
    
    
    
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Use VerticalLayout to layout PanelUse VerticalLayout to layout Panel
2.Set Panel layout to horizontalSet Panel layout to horizontal
3.Toggle includeInLayoutToggle includeInLayout
4.Panel with statusPanel with status
5.Put control into a PanelPut control into a Panel
6.Change SpanElement color whenever the user clicks on any location within that SpanElement's paragraphChange SpanElement color whenever the user clicks on any location within that SpanElement's paragraph
7.Three Panel GroupsThree Panel Groups
8.horizontalCenter and horizontalAlignhorizontalCenter and horizontalAlign
9.Use percentage to control the width and height of a PanelUse percentage to control the width and height of a Panel