Could anyone help me make normal layout in GWT.
I need a main panel which:
-
fills all the browser space (100% height);
-
if being collapsed too much shows scroll bars (autoscroll).
When I use old layout (RootPanel, VerticalPanel) I have scroll, but can’t get 100% height.
When I use new layout (RootLayoutPanel, DockLayoutPanel) I get 100% height, but I don’t get any scroll. And also I have some troubles in IE.
Is there any sample showing how to achieve both goals?
Thanks in advance!
I’ve got this as a RootLayoutPanel with a DockLayoutPanel inside. In the center is a ScrollPanel that takes up the rest of the space and provides the scrolling if needed. My .ui.xml (UIBinder stuff) looks kind of like this: