I have a ArrayCollection of objects that contain an image and other fields. I need to dynamically created a panel for each image in succession as the collection is iterated over (at least that's the idea I've come up with). I can hard code each individual image via mxml into a panel but that doesn' suit my purposes as I never know how many items are in the collection. I've looked at itemRenderers but that doesn't seem to go since they only appear to work with grids and lists etc. I'm relatively new at this; is coding this type of thing the only solution to this problem or are there components I'm missing?
Thanks!

