>
> But reality is a bit different, the layout panels are actively changing 
> widget sizes, except the HeaderPanel.
>

This is happening because HeaderPanel isn't a LayoutPanel and does not use 
one internally.

To fully mimic the LayoutPanel behavior you would need to add 
position:absolute; top, left, right, bottom = 0; to the center container's 
child widget. This should stretch the child widget to the center 
container's size which HeaderPanel recalculates on header/footer resizes. 

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to