dojox
»
GridView
» hasScrollbar
dojox.GridView.hasScrollbar
dojo.require("dojox.grid._grid.view");
defined in dojox/grid/_grid/view.js
Usage
function ()
(view source)
return
(
this
.
scrollboxNode
.
clientHeight
!
=
this
.
scrollboxNode
.
offsetHeight
)
;
// Boolean