Display scroll bar at all times
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
January 11,
obj.setScrollBars("both");
obj.onScrollBarsChanging = function(){return 1}; //cancel change
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021