Flex - Repeater Component with Grid Layout
Posted
by davidemm
on Stack Overflow
See other posts from Stack Overflow
or by davidemm
Published on 2009-08-03T20:19:09Z
Indexed on
2010/04/30
13:57 UTC
Read the original article
Hit count: 292
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!
© Stack Overflow or respective owner