Hi, As schedular does not support for hours hidding, Is there any way to put the horizantal scroll bar at center ? So user can see the perticular time slot when schedular launches.
Hi,
I got the way to do this.
DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5))
thanks
Thanks for posting the solution!.