The autoScroll property (string) defines the auto-scroll mode for the JavaScript Scheduler component. When auto-scroll mode is enabled, the Scheduler automatically scrolls when the mouse reaches the edges of the Scheduler viewport.
"Drag"
"Disabled"
- AutoScroll is disabled.
"Always"
- The Scheduler grid automatically scrolls when the mouse reaches the edge of the viewport.
"Drag"
(default) - The Scheduler grid automatically scrolls when the mouse reaches the edge of the viewport during drag-and-drop operations such as event moving, event resizing, or time range selecting.