Possible Duplicate:
How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys?
I was able to disable vertical scrollbars in a grid by setting the CSS property overflow-y: hidden
. However, this removed the ability to scroll the contents with the mouse wheel as well.
Is there a way to not show the scrollbars but still allow the contents to be scrolled through mouse wheel or arrow keys?