I use extjs 4.2.1 and I have a grid with horizontal scrollbar. And I need the grid to be scrollable, but scrollbar invisible.
The question is, is there any specific styles for scrolling in extjs so I could use and set height for scrollbar 0, for example.
I already saw solutions with padding and positioning, like Hide scroll bar, but still being able to scroll stackoverflow.com/questions/25095539/allow-scroll-but-hide-scrollbar
but this doesn't suit me, cause my grid has lockable part (which doesn't have scroll) and not lockable part (which has horizontal scrolling that i want to hide). So these css tricks are not working.
Will appreciate any advice, thanks