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