How to remove scrollbars?

Is there a way to turn off scroll bars via the settings object or some other way?
Right now, I am using a custom Editor…and when a user is in edit mode, the scroll bars remain and if they scroll, the editor stays in place while the rest of the grid is moving…which is not desirable.

Instead, if they click to edit a value, I’d like to disable the scroll bars when in edit mode, and then enable again when they close the editor.

Is this possible? How?

You can close this…I was able to get a reference to the wtHolder class and dynamically change this on the page.

I’m glad to hear that. Thank you for the update.