The scrollX property (number) specifies the initial horizontal scrollbar position in pixels.
DayPilot.Scheduler.scrollX0Use this property to set the initial horizontal scroll position. To change the horizontal scrollbar position after initialization, call DayPilot.Scheduler.setScrollX().
const dp = new DayPilot.Scheduler("dp");
dp.scrollX = dp.cellWidth * 10;
dp.init();DayPilot.Scheduler.setScrollX()
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