Couldn't quite figure this one out. I have a multi-level arraycollection and I need to write it out in flex as two separated lists - i.e.
itemA[0]: 1, 2, 3, 4 itemB[1]: 5, 6 itemC[2]: 7, 8 I'm currently using two repeaters with mx:Text to properly view the data, but of course, that just ends up as a bunch of separate text boxes vertically. Since mx:Text doesn't have an itemRenderer, I'm not quite sure how to do this.

