Interface IScrollingService
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IScrollingService
Methods
ScrollHorizontal(Double)
Declaration
void ScrollHorizontal(double offsetX)
Parameters
System.
|
ScrollIntoView(IOccurrence)
ScrollIntoView(IOccurrence, Boolean)
Declaration
void ScrollIntoView(IOccurrence occurrence, bool scrollToStart)
Parameters
IOccurrence
occurrence
|
System.
|
ScrollIntoView(Slot)
ScrollIntoView(Slot, Boolean)
Declaration
void ScrollIntoView(Slot slot, bool scrollToStart)
Parameters
Slot
slot
|
System.
|
ScrollVertical(Double)
Declaration
void ScrollVertical(double offsetY)
Parameters
System.
|