Hey guys, I am trying to figure out a way to get a TileList to dynamically change its columns and rows based on its size. Here is a scenario with a TileList whose direction is "vertical":
- TileList is drawn with 8 items in a space where it can fit 4 items in a column, so it draws 2 columns, 4 rows. - TileList is resizes so that it now can fit only 3 items in a column, so it draws 3 columns with 3 rows. Wrapping seems to work with Tile, but not with TileList which seems to require a fixed column and row size. I also can't seem to get a TileList to scroll. Is that possible? Thanks, -Daniel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

