posted 13 years ago
Hi All,
I am pretty new to the GWT world.I am trying to get the vertical scrollable pages. I am using GWT 2.4 and UiBinder to achieve my page layouts. Throughout my application I have a header section, main content area section and footer section.
I have created a separate composite for header , footer. I am using the DockLayoutPanel. To the north of the dock panel and I am adding my header , to south of dock panel my footer and to the center of dock panel all my pages created using UiBinder. UiBinder pages make use of the HTML panel .
My problem is as my main content area grows, I am not able to get the vertical scroll on the page. One solution for this is using ScrollPanel as parent of HTMLPanel in in my UiBinder pages. But then only my main content area gets the vertical scroll page, not the hole web page itself.
Please help me to get the vertical scroll bar.
Regards,
Vikram