I have a spark List that uses an itemRenderer to add a empty panel. I then have a dynamic list of components that I need to add to each panel in the List. How can I addElement to the itemRenderer panel in the List, after the list is displayed?
I have seen the List dataGroup indexToRenderer array and would be perfect, but it is a private variable, I have looked for a function that would retrieve the index, but sadly could not find one. Any help would be appreicated, thanks Randy

