Don't use DockLayoutPanel. Use LayoutPanel instead. It gives you complete control: you can make any area expandable. Personally, I never use DockLayoutPanel: it adds no useful functionality compared to LayoutPanel, while the size of the compile code jumps if you use both of these widgets.
If you want the menu to wrap, however, the best solution is to use a FlowPanel (or HTMLpanel, if you use UIBinder), and CSS rules for your menu items. Then the browser will do the work for you. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
