Re: [flexcoders] scrollbar inside 100% sized background image in container?

2009-05-08 Thread Charles Parcell
This is dumb, I know, but put your Canvas (with the scrollbars) inside another Canvas and apply the background to the parent Canvas so that it never has to deal with scrollbar scaling. And set the child Canvas background to transparent. Charles P. On Thu, May 7, 2009 at 4:54 PM, gwangdesign

[flexcoders] scrollbar inside 100% sized background image in container?

2009-05-07 Thread gwangdesign
Hi, I am trying to get the scrollbar for a container (can be either a Canvas or VBox) inside my background image. Basically my Canvas has a background image which I set background-size to 100%. Flex scales the background image to fit the whole component when there is no scroll bar. But when