There might be a very simple answer to this in the forum already. If
so please have me apologized.

I'm making a GWT app using DockLayoutPanel adding 3 panels; A header,
a content panel and a footer. More or less like this:

--------------------------------------
header
--------------------------------------
content


--------------------------------------
footer
--------------------------------------

I'm using DockLayoutPanel and .addNorth for header .addSouth for
footer and .add for content.

Content is dynamically filled and the size is therefor unpredictable.
My problem is simply: when the content fills more than the available
space on the screen. The content is simply hidden by the footer.
How can I have "content" push the footer down and add a scroll-bar on
the page. I don't want a scroll-bar between header and footer. I want
a "normal" scroll-bar on the page itself. In other words. How can a
make my GWT app behave like any other sane web-app?

Thank you!

-- 
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