Interface IScrollingServiceCore
Scrolling Service is used horizontal and vertical scrolling.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IScrollingServiceCore
Methods
ScrollHorizontal(Double)
Scrolls the horizontal to the given offset.
Declaration
void ScrollHorizontal(double offsetX)
Parameters
System.Double
offsetX
The offset X. |
ScrollVertical(Double)
Scrolls the vertical to the given offset.
Declaration
void ScrollVertical(double offsetY)
Parameters
System.Double
offsetY
The offset Y. |