Starting time centered

Is it possible to display the schedular initial display with the current time centered on the display and having scrollbars to scroll to previous day events and coming events. IOW I want to be able to scroll through the 24 hrs time frame but upon start up only show the current time in the center and e.g 4 hrs above and 4 hrs beneath the current time.

Yep, you can use

scheduler.config.scroll_hour = 4;

it will define initially top-visible hour in day and week views.

Thanks Stanislav!