First, "layout panels" are not what you're looking for (no "global scrollbar").
IMO, you'd better use plain old HTML+CSS for the layout (i.e. with an HTMLPanel as the root), with SimplePanel and FlowPanel where you need to dynamically "inject" widgets (main panel).
Or possibly putting your layout code right into your HTML host page and use RootPanel.get("main") to get slots where to dynamically "inject" widgets.