Yes, you want the flowpanel. The DockLayoutPanel as a top level layout panel is intended for when you want your app to take up 100% of the browser height, and use internal scrolling vs full browser scrolling to manage overflow.
On Apr 7, 6:42 am, Ian Bambury <[email protected]> wrote: > You could use a flowpanel instead - no need to complicate things > unnecessarily. > > Ian > > http://examples.roughian.com > > On 7 April 2010 11:06, larsbjo <[email protected]> wrote: > > > 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]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
