3.2.0

Can you remove the vertical scroll bar?

I think the topic say it. I still require the horizontal scroll bar though.
June 13,
yes you can.. i dont remember how... put "disable scroll bar html" into google
ben
June 13,
In the style section by:
.active-scroll-bars{ overflow-y: hidden }

Or the script code by:
obj.setId("ObjId");
var Mystylesheet= document.styleSheets[document.styleSheets.length-1];
Mystylesheet.addRule('#ObjId .active-scroll-bars', 'overflow-y: hidden');
Carlos
June 13,
Can you do this to 1 grid when they are using the same style sheets?
June 15,
With the second one "Yes", because the "Id" is unique for each grid.
Carlos
June 15,
Ah ok in code it is then :)
June 15,

This topic is archived.

See also:


Back to support forum