IScrollingService
Interface
A service used to scroll the ScheduleView.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IScrollingService
Methods
Scrolls the horizontal to the given offset.
Scrolls the start of the given occurrence to the start of the view.
C#
void ScrollIntoView(IOccurrence occurrence, bool scrollToStart)
The occurrence.
scrollToStartboolIf set to true [scroll to start].
Scrolls the given occurrence into the view.
Scrolls the given slot into the view.
Scrolls the vertical to the given offset.