Most of these components are fixed sized as designed. You can do a couple of things like finding out the size of the browser window *before* you create the first instance and change your sizes while still on the server.
You probably could write a js event handler for window resize and then you could calculate and change the grids size with js in the browser.
|