[flexcoders] dynamic TileList

2008-10-16 Thread arshak_navruzyan
I'm wondering if there is a way to have a TileList dynamically
determine how many rows and columns it should display based on the
browser window size.  (not just based on screen resolution since I
don't want to assume that the users will allows have their browsers
maximized)

I'd like to just specify the rowHeight=225 columnWidth=125 and let
the tilelist fill up the screen intelligently.  Is this possible or am
I better off with a different control?

Thanks,

Arshak



Re: [flexcoders] dynamic TileList

2008-10-16 Thread Jon Bradley


On Oct 16, 2008, at 1:35 AM, arshak_navruzyan wrote:


I'd like to just specify the rowHeight=225 columnWidth=125 and let
the tilelist fill up the screen intelligently. Is this possible or am
I better off with a different control?


I might be reading this wrong but... that's how the TileList works

You can either specify an explicit number of rows/columns or just  
pass it a row height and column width and it'll fill up the available  
area.


cheers,

jon