DayPilot.Scheduler.scrollTo(date | pixels[, animated[, position]]);
Sets the horizontal scrollbar position to the target date.
When infinite scrolling is enabled, the Scheduler will shift the timeline automatically if the target date isn't in the current timeline.
Scroll to current time.
dp.scrollTo(new DayPilot.Date());
Scroll to January 1, 2017:
dp.scrollTo("2017-01-01");