Maybe I'm missing a subtle detail, but it sounds like you should be able to set the height properties of the containers to accomplish this. Set the top and bottom HBox heights to a fixed value, and the ViewStack's height to 100%. Give that a try and post back if you still have problems.
HTH, Doug --- In [email protected], "Yasovardhan Babu" <[EMAIL PROTECTED]> wrote: > > Can somebody Please help me on this issue? > > Thanks and Regards, > Yasovardhan. > --- In [email protected], "Yasovardhan Babu" > <yasovardhanbabu@> wrote: > > > > Hi All, > > > > I have a Flex1.5 screen in which I have one HBox in top and > another > > HBox in Bottom. In between I have a View stack, which contains two > > VBoxes. > > My requirement is that the screen ( with viewstack) should resize > > according to the different screen resolutions. That is, > > The vertical scrollbar should be starting from the end of first > HBox > > (in top) to the beginning of the second HBox(in the bottom), > > irrespective of screen resolution. The vertical scroll bar should > > disappear if the in between screen has enough height. > > How to do this? Please help me as this needs to be addressed > urgently. > > > > Thanks and Regards, > > Yasovardhan. > > >

