I have tried it. The middle panel actually doesnt occupy the entire
height since it is empty. The bottom panel also doesnt really stay at
the bottommost part of the window as it follows the middle panel.
I want the top panel to occupt certain fixed pixel height. The middle
and bottom panel should occupy the remaing space which i would soecify
in percentage in css. How do i go about it?

On Dec 15, 2:15 am, gregor <[email protected]> wrote:
> I think you need to work with VP.setCellHeight(widget,height). The
> basic technique is to set the the top and bottom widgets to say 1%
> height and the middle one 100% which will minimize the height of top
> and bottom depending on contents and middle will fill out the rest. Or
> you can give a hard pixel height value to top and bottom and 100% to
> middle.
>
> On Dec 14, 10:23 am, aragorn <[email protected]> wrote:
>
> > I am creating a vertical panel which contains 3 panels in it. now i
> > want the topmost panel to always remain at the topmost region touching
> > the top of the window. Similarly the bottommost panel should remain at
> > the bottom touching the lowest part of the window. the middle panel
> > should occupy the entiore remainn=ng space between these two. I tried
> > using vertical alignment in CSS as well in GWT code somewhat like
> > vertical-align: top; // for top window
> > vertical-align: bottom; //for bottom window
>
> > It doesnt work as expected. AM i doing it wrong? is there a way to do
> > it using CSS ???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to