Wednesday, June 27, 2012

GWT Widgets Do Not Resize In Relation To Browser

Wrap it in a resizeLayoutPanel. Then you can set set a resizeHandler. When that triggers, get the new height and width of the resizePanel and resize the widgets inside it proportionately. You may need to play around with the width to subtract the width of the scroll bars.

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

No comments:

Post a Comment