CssFloatLayoutContainer.setScrollMode(ScrollMode.AUTO) doesn't work when I add it to a ContentPanel, which is added to a GXT Window.
So the view hierarchy is:
Window
- Content Panel
-- CssFloatLayoutContainer
The scroll bar doesn't show and contents are clipped.