> The layout panels are made to avoid scrolling. They must have a fixed
> size.

The latter sentence is not completly true.
A LayoutPanel does not calculate its size from children.
Especially it does not grow when the children grow.

A Layoutpanel needs to be told which size it has.
The possibilities are:

a) to set height and width explicitly (what you notice)
b) to grow and shrink with its parent (what you missed)

Stefan Bachert
http://gwtworld.de

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