Is there a way to always display the horizontal scrollbar, even if is not active, but the vertical scrollbar should be always hidden.
Setting setBodyOverflow(Overflow.SCROLL) will show always both of the scrollbars.
I tried adding a styleName and applying a custom css with both overflows:
overflow: scroll;
overflow-y: hidden;
but nothing happended.
I will appreciate any workaround also.
Thanks.
SmartGwt 5.0
SmartClient Version: v10.0p_2015-01-26/LGPL Development Only (built 2015-01-26)
Setting setBodyOverflow(Overflow.SCROLL) will show always both of the scrollbars.
I tried adding a styleName and applying a custom css with both overflows:
overflow: scroll;
overflow-y: hidden;
but nothing happended.
I will appreciate any workaround also.
Thanks.
SmartGwt 5.0
SmartClient Version: v10.0p_2015-01-26/LGPL Development Only (built 2015-01-26)