Interface
IScrollingServiceCore

Scrolling Service is used horizontal and vertical scrolling.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public interface IScrollingServiceCore

Methods

ScrollHorizontal(double)

Scrolls the horizontal to the given offset.

Declaration

cs-api-definition
void ScrollHorizontal(double offsetX)

Parameters

offsetX

double

The offset X.

ScrollVertical(double)

Scrolls the vertical to the given offset.

Declaration

cs-api-definition
void ScrollVertical(double offsetY)

Parameters

offsetY

double

The offset Y.