I've created my own components in a larger app that is going to the web. For some users with a lower resolution monitor, these components are popping in with their own scrollbars.
My question is twofold: 1) how can I make sure that the components never show a scroll (assuming it's something like horizontalScrollPolicy, etc) 2) how can I make these components scale down to fit the larger 'stage'? It's strange, since the components aren't being used in the starting state, when they're 'popped in' - - then the browser's scroll is initiated; quite different from Flash. Thanks

