Howdy,
I’am trying to hide the scrollbars of a panel, because I want to scroll programatically dependant on some criteria. When setting the scrollbar size to 0, scrollbars are still shown, at least very narrow (3 pixels or so), and are still accessible too. When setting the size to -1 or -2, scrollbars are still there, when setting the size to -3 scrollbars disappear. But this has side effects when aligning the panel with other elements.
On mobile devices, even worse, the scroll bar size parameter does not seem to have any effect. Scrollbars are always shown with thte default size.
Suggestion: when the parameter “scrollBarSize” is set to 0, hide scrollbars unconditionally.
Did I miss something, or are there any workarounds for this?
cheers
Heinz