--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> Use a Tile container (NOT TileList).

Tile has the annoying property of calculating its columns/rows from 
the square root of the number of items.  When they subclassed it for 
use in the Legend control, somehow they managed to override that 
behavior and make it go all horizontal or all vertical, which isn't 
much better.

You can do something like this:

http://blogs.adobe.com/flexdoc/charts/

I've used a Canvas with constraints.

I have NO idea why there isn't a container or control that can figure 
out its own rows and columns and respect the item sizes, but there 
you have it.  I have it on my to do list to finish my extension of 
TileList to try to address these problems.

-Amy

Reply via email to