dojox
»
GridView
» setScrollTop
dojox.GridView.setScrollTop
dojo.require("dojox.grid._grid.view");
defined in dojox/grid/_grid/view.js
Usage
function (inTop)
(view source)
this
.
lastTop
= inTop;
this
.
scrollboxNode
.
scrollTop
= inTop;
return
this
.
scrollboxNode
.
scrollTop
;
parameter
type
description
inTop