[flexcoders] Issues with Scroll!

2005-09-29 Thread Sreejith Unnikrishnan
Can someone help me with this problem. In the following sample, the scroll appears on the whole application. What is the correct/suggested way to avoid that. The scroll should be applied on the Panel and not the Application here. I tried many things such as appliying creationComplete,

Re: [flexcoders] Issues with Scroll!

2005-09-29 Thread Niklas Richardson
You can use the vScrollPolicy and hScrollPolicy to control which contains have scroll bars on them and which do not. However, you might find some strange behaviour when you want scroll bars on a deeply nested component, however even with vScrollPolicy=on (for example) the scroll bars do not show.

Re: AW: [flexcoders] Issues with Scroll!

2005-09-29 Thread Sreejith Unnikrishnan
Betreff: [flexcoders] Issues with Scroll! Can someone help me with this problem. In the following sample, the scroll appears on the whole application. What is the correct/suggested way to avoid that. The scroll should be applied on the Panel and not the Application here. I tried