In the below fiddle, I have a grid that the user can scroll vertically using their mouse wheel. I have used the "scrollbars: false" config setting on the Scroller object to hide the vertical scrollbar. How do I get rid of the space that is left behind by that scrollbar?
Thanks