On Wednesday, September 19, 2012 1:11:31 PM UTC+2, Antoine Lever wrote: > > I'm using a split layout panel to add a west and north panel. But, I only > want the west panel to resize and NOT the north. Any ideas?
Use a DockLayoutPanel for the north/center non-resizeable separation and a SplitLayoutPanel for the west/center resizeable split. -- 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/-/bIOIvDfavbUJ. 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.
