The scrollY property (number) specifies the initial vertical scrollbar position in pixels.
Declaration
DayPilot.Scheduler.scrollYDefault Value
0Notes
Use this property to set the initial vertical scroll position. To change the vertical scrollbar position after initialization, call DayPilot.Scheduler.setScrollY().
Example
const dp = new DayPilot.Scheduler("dp");
dp.scrollY = 20;
dp.init();See Also
DayPilot.Scheduler.setScrollY()
DayPilot.Scheduler.getScrollY()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot