New to Telerik UI for WPFStart a free 30-day trial

An interface representing the scrolling settings of RadScheduleView.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IScrollingSettings

Derived Classes: RadScheduleViewScheduleViewBase

Properties

Gets the height of the extent.

C#
double ExtentHeight { get; }
Property Value:

The height of the extent.

Gets the width of the extent.

C#
double ExtentWidth { get; }
Property Value:

The width of the extent.

Gets or sets the first visible group.

C#
IGroupIdentifier FirstVisibleGroup { get; set; }
Property Value:

The first visible group.

Gets or sets the first visible time.

C#
TimeSpan FirstVisibleTime { get; set; }
Property Value:

The first visible time.

Gets the length of the headers.

C#
double HeadersLength { get; }
Property Value:

The length of the headers.

Gets the horizontal large change.

C#
double HorizontalLargeChange { get; }
Property Value:

The horizontal large change.

Gets the horizontal offset.

C#
double HorizontalOffset { get; }
Property Value:

The horizontal offset.

Gets the vertical large change .

C#
double VerticalLargeChange { get; }
Property Value:

The vertical large change.

Gets the vertical offset.

C#
double VerticalOffset { get; }
Property Value:

The vertical offset.

Gets the height of the viewport.

C#
double ViewportHeight { get; }
Property Value:

The height of the viewport.

Gets the width of the viewport.

C#
double ViewportWidth { get; }
Property Value:

The width of the viewport.