Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

How to always show only the horizontal scrollbar on a ListGrid

$
0
0
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)

Viewing all articles
Browse latest Browse all 4756

Trending Articles