dojox.VirtualGrid.scrollTo
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Vertically scroll the grid to a given pixel position
Usage
function (/*Integer*/ inTop) (view source)
parameter | type | description |
---|---|---|
inTop | Integer | vertical position of the grid in pixels |