Is there a ScrollToVerticalOffset method or workaround for achieving the same effect for the RadScheduleView. If not, are there any plans to implement one?
1 Answer, 1 is accepted
0
Vladi
Telerik team
answered on 17 Aug 2012, 07:57 AM
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.