Is this that complicated? Left floating elements in HTML is simple. Is it so tricky in Flex?
Imagine these are images and this is the result I want to get: [___] [__] [____] [__] [___] [__] [__] [__] [__] [____] [____] [_] [___] (could be left-aligned or center-aligned, just need the images to wrap to the next row, like text does) Thanks, Cristi cristi_v wrote: > > Hi, > > Just a quick question: is there a simple way to wrap content in a > repeater? > For instance, say I have rows of images (kind of like a grid) and want to > move to the > next row based on container's width or browser width. > I can't use a TileList because all cells are equal in width and I plan to > use images > that have the same height (row height is always fixed) but different > widths (so cells are not aligned). > > I would love it if there was a solution that didn't involve complicated > mathematics to set > x and y coordinates... But will have to resort to that if necessary... > > This is exactly like the float:left css action you would use in html. > Anyone? > > Thanks in advance, > Cristi > -- View this message in context: http://www.nabble.com/Repeater-wrap-content-tp22325047p22328653.html Sent from the Flex India mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

