Returns the first grid view with a scroll bar
for(var i=0, v; (v=this.views[i]); i++){ if(v.hasScrollbar()){ return v; } }