Elben,

The layout panels are made to avoid scrolling. They must have a fixed
size. They use the whole window and updates there content viewport as
the window is resized. If their content is too large to be shown, a
part of it will be hidden (http://code.google.com/intl/fr/webtoolkit/
doc/latest/DevGuideUiPanels.html).

So, as Gal said, fix the size of you DockLayoutPanel. If it's not an
option for you, you may forgot layouts. What do you try to do?

Olivier

On 15 juin, 01:42, Elben Shira <elbensh...@gmail.com> wrote:
> Hi,
>
> I have a layout defined by:
> - ...
>   - ScrollPanel
>     - DockLayoutPanel
>       - north
>       - west
>       - center
>       - east
>
> The problem is that the dock layout panel is cut off from the window;
> the scroll bars don't appear. I can force the scroll bars to appear by
> setting the height of both panels to some pixel, but this is obviously
> not a useful solution.
>
> Any hints?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to