Hi there,
I found a minor TypeScript issue: The types for scrollTo() in the Scheduler only includes string and Date:
DayPilot.Scheduler.scrollTo(date: string | DayPilot.Date)
However, according to the docs, a numeric value for pixels should also be accepted.
Cheers
Leo