Interface
IScrollingSettings

An interface representing the scrolling settings of RadScheduleView.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IScrollingSettings

Properties

ExtentHeight

Gets the height of the extent.

Declaration

cs-api-definition
double ExtentHeight { get; }

Property Value

double

The height of the extent.

ExtentWidth

Gets the width of the extent.

Declaration

cs-api-definition
double ExtentWidth { get; }

Property Value

double

The width of the extent.

FirstVisibleGroup

Gets or sets the first visible group.

Declaration

cs-api-definition
IGroupIdentifier FirstVisibleGroup { get; set; }

Property Value

IGroupIdentifier

The first visible group.

FirstVisibleTime

Gets or sets the first visible time.

Declaration

cs-api-definition
TimeSpan FirstVisibleTime { get; set; }

Property Value

TimeSpan

The first visible time.

HeadersLength

Gets the length of the headers.

Declaration

cs-api-definition
double HeadersLength { get; }

Property Value

double

The length of the headers.

HorizontalLargeChange

Gets the horizontal large change.

Declaration

cs-api-definition
double HorizontalLargeChange { get; }

Property Value

double

The horizontal large change.

HorizontalOffset

Gets the horizontal offset.

Declaration

cs-api-definition
double HorizontalOffset { get; }

Property Value

double

The horizontal offset.

VerticalLargeChange

Gets the vertical large change .

Declaration

cs-api-definition
double VerticalLargeChange { get; }

Property Value

double

The vertical large change.

VerticalOffset

Gets the vertical offset.

Declaration

cs-api-definition
double VerticalOffset { get; }

Property Value

double

The vertical offset.

ViewportHeight

Gets the height of the viewport.

Declaration

cs-api-definition
double ViewportHeight { get; }

Property Value

double

The height of the viewport.

ViewportWidth

Gets the width of the viewport.

Declaration

cs-api-definition
double ViewportWidth { get; }

Property Value

double

The width of the viewport.