topical media & game development

talk show tell print

actionscript-distort-view-sides-ProductList.mx

actionscript-distort-view-sides-ProductList.mx [swf] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:Panel 
          xmlns:mx="http://www.adobe.com/2006/mxml"
          title="Product List" 
          horizontalAlign="center" verticalAlign="middle">        
                  
          <mx:DataGrid width="233" height="101">
                  <mx:columns>
                          <mx:DataGridColumn headerText="Product A" />
                          <mx:DataGridColumn headerText="Product B" />
                          <mx:DataGridColumn headerText="Product C" />
                  </mx:columns>
          </mx:DataGrid>
          
  </mx:Panel>


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.