Hi Alex,
You can use the
FirstVisibleTime property of RadScheduleView to achieve the wanted behavior, you will also need to handle the
VisibleRangeChanged event because the FirstVisibleTime property is only applied for the first visible view and after changing the view the default FirstVisibleTime is used.
You can set up the wanted behavior like this:
In the XAML:
and in the code behind:
Note that there is a known issue with this approach when changing from MonthView to the other views and it will be fixed in future releases.
Hope this helps.
Greetings,
Vladi
the Telerik team