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?