The autoScrollDelay property (number) specifies the number of milliseconds the JavaScript Scheduler waits before it starts scrolling automatically when the cursor is near the viewport edge.
DayPilot.Scheduler.autoScrollDelay100JavaScript
const dp = new DayPilot.Scheduler("dp", {
autoScrollDelay: 250,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
autoScrollDelay: 250,
// ...
};React
<DayPilotScheduler
autoScrollDelay={250}
{/* ... */}
/>Vue
<DayPilotScheduler
:autoScrollDelay="250"
<!-- ... -->
/>Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot