Set horizontal Alignment for GridRow : GridRow « Container « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Container » GridRowScreenshots 
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
w_w_w___.__ja_v___a_2s_._c__o___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.