All tiles in a tilelist must be same width/height (or at least, they'll take up the same width and height, you could add padding around smaller ones). You can adjust the width and height of all tiles at runtime.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Tuesday, September 02, 2008 6:06 AM To: [email protected] Subject: Re: [flexcoders] TileList: Tiles possible with different width/height ?? I think it can, check this out http://blog.flexexamples.com/2007/09/28/using-the-flex-tilelist-classs-new-datachangeeffect-style-in-flex-3/ the TileListItemRenderer.mxml<http://blog.flexexamples.com/wp-content/uploads/TileList_dataChangeEffect_test/TileListItemRenderer.mxml> part and im sure you can switch the width and height. ------ Sherif Abdou http://VadexFX.com http://Sherifabdou.com ----- Original Message ----- From: Manu Dhanda<mailto:[EMAIL PROTECTED]> To: [email protected]<mailto:[email protected]> Sent: Tuesday, September 02, 2008 1:10 AM Subject: [flexcoders] TileList: Tiles possible with different width/height ?? Hii, My question is: Can a TileList hold tiles of variable width/height. Or can we play with a tiles's width/height at runtime? Thanks, Manu. -- View this message in context: http://www.nabble.com/TileList%3A-Tiles-possible-with-different-width-height----tp19264644p19264644.html Sent from the FlexCoders mailing list archive at Nabble.com.

