dojox.VirtualGrid.resize
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Update the grid's rendering dimensions and resize it
Usage
function (/*Object?*/ sizeBox) (view source)
parameter | type | description |
---|---|---|
sizeBox | Object | Optional. {w: int, h: int, l: int, t: int} FIXME: If grid is not sized explicitly, sometimes bogus scrollbars can appear in our container, which may require an extra call to 'resize' to sort out. |