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.Double
offsetX
|
ScrollIntoView(IOccurrence)
ScrollIntoView(IOccurrence, Boolean)
Declaration
void ScrollIntoView(IOccurrence occurrence, bool scrollToStart)
Parameters
|
IOccurrence
occurrence
|
|
System.Boolean
scrollToStart
|
ScrollIntoView(Slot)
ScrollIntoView(Slot, Boolean)
Declaration
void ScrollIntoView(Slot slot, bool scrollToStart)
Parameters
|
Slot
slot
|
|
System.Boolean
scrollToStart
|
ScrollVertical(Double)
Declaration
void ScrollVertical(double offsetY)
Parameters
|
System.Double
offsetY
|