InterfaceIScrollingSettings
An interface representing the scrolling settings of RadScheduleView.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public interface IScrollingSettings
Properties
ExtentHeight
Gets the height of the extent.
Declaration
double ExtentHeight { get; }
Property Value
The height of the extent.
ExtentWidth
Gets the width of the extent.
Declaration
double ExtentWidth { get; }
Property Value
The width of the extent.
FirstVisibleGroup
Gets or sets the first visible group.
Declaration
IGroupIdentifier FirstVisibleGroup { get; set; }
Property Value
The first visible group.
FirstVisibleTime
Gets or sets the first visible time.
Declaration
TimeSpan FirstVisibleTime { get; set; }
Property Value
The first visible time.
HeadersLength
Gets the length of the headers.
Declaration
double HeadersLength { get; }
Property Value
The length of the headers.
HorizontalLargeChange
Gets the horizontal large change.
Declaration
double HorizontalLargeChange { get; }
Property Value
The horizontal large change.
HorizontalOffset
Gets the horizontal offset.
Declaration
double HorizontalOffset { get; }
Property Value
The horizontal offset.
VerticalLargeChange
Gets the vertical large change .
Declaration
double VerticalLargeChange { get; }
Property Value
The vertical large change.
VerticalOffset
Gets the vertical offset.
Declaration
double VerticalOffset { get; }
Property Value
The vertical offset.
ViewportHeight
Gets the height of the viewport.
Declaration
double ViewportHeight { get; }
Property Value
The height of the viewport.
ViewportWidth
Gets the width of the viewport.
Declaration
double ViewportWidth { get; }
Property Value
The width of the viewport.