[flexcoders] adding and managing children dynamically - accordion

2011-08-30 Thread Michael Sumner
I was trying to build a component that would dynamically add NavigatorContent as children to an Accordion based on how many items were in an ArrayCollection. That worked I got the expected number of accordion tabs labeled correctly. I now want to add a DataGrid to each NavigatorContent.

Re: [flexcoders] adding and managing children dynamically - accordion

2011-08-30 Thread Rishi Tandon
R u adding the datagrid after the accordian layout been created. Might be you have to check the sequence of events for the same. Sent from my iPhone On Aug 31, 2011, at 1:07 AM, Michael Sumner msum...@nationsbestsports.com wrote: I was trying to build a component that would dynamically