:: Forum >> Version 2 >>

Display scroll bar at all times

More information on this topic is available in the documentation section: /aw.ui.grid/scroll-bars.html.

Is there a way to always display the horizontal scroll bar - even if the number of columns does not exceed the width of the grid?
Wallace R
Thursday, January 11, 2007
Yes -

obj.setScrollBars("both");
obj.onScrollBarsChanging  = function(){return 1}; //cancel change
 
/javascript.forum.16186.2/how-can-i-disable-scrollbars.html
Alex (ActiveWidgets)
Thursday, January 11, 2007



This topic is archived.

Back to /aw.ui.grid/scroll-bars.html

Documentation:

Forum search