Container Flex



    
        
        private function myGrid_initialize():void {
            myGrid.dataProvider = [
                {Artist:'A', Album:'aa',Price:11.99, Comment:'test'},
                {Artist:'B', Album:'bb',Price:11.99, Comment:'test.'}
            ];
        }
      
    

    
        
            
                
                    
                    
                        
                        
                        
                    
                    
                    
                
            

        
        
                                     width="100%" 
                         height="100%"
                         initialize="myGrid_initialize();"
                         change="currentMessage.text=event.currentTarget.selectedItem.Comment;" />
                                     width="100%" 
                         height="60"
                         text="this is a test"/>