Interface
IScrollingService

A service used to scroll the ScheduleView.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IScrollingService

Methods

ScrollHorizontal(double)

Scrolls the horizontal to the given offset.

Declaration

cs-api-definition
void ScrollHorizontal(double offsetX)

Parameters

offsetX

double

The offset X.

ScrollIntoView(IOccurrence)

Scrolls the given occurrence into the view.

Declaration

cs-api-definition
void ScrollIntoView(IOccurrence occurrence)

Parameters

occurrence

IOccurrence

The occurrence.

ScrollIntoView(IOccurrence, bool)

Scrolls the start of the given occurrence to the start of the view.

Declaration

cs-api-definition
void ScrollIntoView(IOccurrence occurrence, bool scrollToStart)

Parameters

occurrence

IOccurrence

The occurrence.

scrollToStart

bool

If set to true [scroll to start].

ScrollIntoView(Slot)

Scrolls the given slot into the view.

Declaration

cs-api-definition
void ScrollIntoView(Slot slot)

Parameters

slot

Slot

The slot.

ScrollIntoView(Slot, bool)

Scrolls the start of the given slot to the start of the view.

Declaration

cs-api-definition
void ScrollIntoView(Slot slot, bool scrollToStart)

Parameters

slot

Slot

The slot.

scrollToStart

bool

If set to true [scroll to start].

ScrollVertical(double)

Scrolls the vertical to the given offset.

Declaration

cs-api-definition
void ScrollVertical(double offsetY)

Parameters

offsetY

double

The offset Y.