InterfaceIScrollingService
Interface
A service used to scroll the ScheduleView.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IScrollingService
Methods
ScrollHorizontal(double)
Scrolls the horizontal to the given offset.
Declaration
cs-api-definition
void ScrollHorizontal(double offsetX)
Parameters
offsetX
The offset X.
ScrollIntoView(IOccurrence)
Scrolls the given occurrence into the view.
Declaration
cs-api-definition
void ScrollIntoView(IOccurrence occurrence)
Parameters
occurrence
The occurrence.
ScrollIntoView(IOccurrence, bool)
Scrolls the start of the given occurrence to the start of the view.
Declaration
cs-api-definition
void ScrollIntoView(IOccurrence occurrence, bool scrollToStart)
Parameters
occurrence
The occurrence.
scrollToStart
If set to true [scroll to start].
ScrollIntoView(Slot)
Scrolls the given slot into the view.
ScrollIntoView(Slot, bool)
Scrolls the start of the given slot to the start of the view.
ScrollVertical(double)
Scrolls the vertical to the given offset.
Declaration
cs-api-definition
void ScrollVertical(double offsetY)
Parameters
offsetY
The offset Y.