This question is locked. New answers and comments are not allowed.
I've defined a slot to mark the none work time in a light blue.
With the current WeekViewDefinition it will show the schedule with the vertical scroll bar (see attachment).
How can I force to automatically scroll to time ruler starting at 7h (see attachment) or just scroll into the middle of the scroll bar?
With the current WeekViewDefinition it will show the schedule with the vertical scroll bar (see attachment).
<
telerik:WeekViewDefinition
MinTimeRulerExtent
=
"800"
MajorTickLength
=
"1h"
MinorTickLength
=
"1h"
TimerulerMajorTickStringFormat
=
"{}{0:%H}h "
FirstDayOfWeek
=
"Monday"
VisibleDays
=
"7"
/>
How can I force to automatically scroll to time ruler starting at 7h (see attachment) or just scroll into the middle of the scroll bar?