I have a randomly-sized array of items. I’d like to display one label for each item in a Repeater component. I want them to display in a grid layout with 5 columns and as many rows as needed. How do I do that in Flex / ActionScript?
Maybe there’s another way to do it that I haven’t seen yet, so any suggestion are appreciated. Thanks!
I would use a tile list instead of a repeater. Here is an example:
http://blog.flexexamples.com/2007/09/28/using-the-flex-tilelist-classs-new-datachangeeffect-style-in-flex-3/