horizontal scroll problem for multiple grids in a container
horizontal scroll problem for multiple grids in a container
Hi,
i have a layout container that contains 3 auto-height grids, my problem is when the client width of the browser cannot accommodate the entire width of the grid each grid gets its own scrollbar, instead i want them all to use the horizontal scroll of the main layout container.
the layout is as follows
LayoutContainer -- ContentPanel (FitLayout, Auto height and width)
-- Grid (Auto height and width) -- ContentPanel (FitLayout, Auto height and width)
-- Grid (Auto height and width) -- ContentPanel (FitLayout, Auto height and width)
-- Grid (Auto height and width)
i need the layout container to have a horizontal scroll as opposed to each grid. one of the grids contains around 30 columns, of which many of them a resizeable.
auto height works just fine it resizes the content panel height and shows a vertical scroll on the layout container, so i thought auto width will do the same, but so far have been unable to get it working. i even tried using filllayout for the content panels.