Set horizontal Alignment for GridRow : GridRow « Container « Flex






Set horizontal Alignment for GridRow

Set horizontal Alignment for GridRow
         

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Grid>
        <mx:GridRow>
                <mx:GridItem colSpan="2" horizontalAlign="right">
                    <mx:Button label="Submit"/>
                </mx:GridItem>
        </mx:GridRow>
    </mx:Grid>
</mx:Application>

   
    
    
    
    
    
    
    
    
  








Related examples in the same category

1.Two GridRowsTwo GridRows
2.Set height and width for GridRow and GridItemSet height and width for GridRow and GridItem
3.Five buttons across the top row, you modify the first tagFive buttons across the top row, you modify the first <mx:GridRow> tag