The scrollY property (number) specifies the initial vertical scrollbar position in pixels.
DayPilot.Scheduler.scrollY0Use this property to set the initial vertical scroll position. To change the vertical scrollbar position after initialization, call DayPilot.Scheduler.setScrollY().
const dp = new DayPilot.Scheduler("dp");
dp.scrollY = 20;
dp.init();DayPilot.Scheduler.setScrollY()
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