:: Forum >> Version 2 >>
how can i disable scrollbars
More information on this topic is available in the documentation section:
/aw.ui.grid/scroll-model.html.
i tried
obj.setScrollBars("none");
but it dosen't work...
Nuno Silva
Wednesday, September 13, 2006
You should cancel onScrollBarsChanging event -
obj.setScrollBars("none");
obj.onScrollBarsChanging = function(){return 1}; // cancel change
Alex (ActiveWidgets)
Thursday, September 14, 2006
thanks a lot
it worked...!!! :-)
Nuno Silva
Friday, September 15, 2006
how to disable horizal scrollbar
Monday, February 12, 2007
This topic is archived.
Back to /aw.ui.grid/scroll-model.html
Documentation:
Forum search