Components Flex


    height="600">
    
        
        import mx.events.*;
        import mx.collections.*;
        public function myLabelFunc(item:Object):String {
            return item.first + " " + item.last;
        }