Default view for schedular.... Asked by Anonymous17 years ago. 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. asp.nethow-toscheduler
Answer posted by Anonymous17 years ago. Hi,I got the way to do this.DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5))thanks