Re: [flexcoders] Any way to make legend scroll vertically?

2008-04-03 Thread Dennis Falling
In case anyone else hits this...

To make a legend scroll, just give it an unbounded width/height and wrap it
in a canvas that has a bounded width and height.  This will trigger the
canvas to create scrollbars when necessary.

On Wed, Mar 26, 2008 at 1:31 PM, dfalling [EMAIL PROTECTED] wrote:

   I have a legend with a ridiculous number of items that was
 ridiculously high until I set it its height to 100%. Now it is broken
 up into columns (I was surprised) that take up the entire area
 available to it and the chart. Is there a way to make a legend scroll
 just like a list? I know it's not idea, but this is an edge case that
 will rarely be hit, so I have no qualms with this as a solution.

 ps.. apparently yahoo really wants me to watch I Am Legend, I had to
 weed through dozens of links to it while searching the group.

  



[flexcoders] Any way to make legend scroll vertically?

2008-03-26 Thread dfalling
I have a legend with a ridiculous number of items that was
ridiculously high until I set it its height to 100%.  Now it is broken
up into columns (I was surprised) that take up the entire area
available to it and the chart.  Is there a way to make a legend scroll
just like a list?  I know it's not idea, but this is an edge case that
will rarely be hit, so I have no qualms with this as a solution.

ps.. apparently yahoo really wants me to watch I Am Legend, I had to
weed through dozens of links to it while searching the group.