Interface IScrollingSettings
An interface representing the scrolling settings of RadScheduleView.
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
System.Double
The height of the extent. |
ExtentWidth
Gets the width of the extent.
Declaration
double ExtentWidth { get; }
Property Value
System.Double
The width of the extent. |
FirstVisibleGroup
Gets or sets the first visible group.
Declaration
IGroupIdentifier FirstVisibleGroup { get; set; }
Property Value
IGroupIdentifier
The first visible group. |
FirstVisibleTime
Gets or sets the first visible time.
Declaration
TimeSpan FirstVisibleTime { get; set; }
Property Value
System.TimeSpan
The first visible time. |
HeadersLength
Gets the length of the headers.
Declaration
double HeadersLength { get; }
Property Value
System.Double
The length of the headers. |
HorizontalLargeChange
Gets the horizontal large change.
Declaration
double HorizontalLargeChange { get; }
Property Value
System.Double
The horizontal large change. |
HorizontalOffset
Gets the horizontal offset.
Declaration
double HorizontalOffset { get; }
Property Value
System.Double
The horizontal offset. |
VerticalLargeChange
Gets the vertical large change .
Declaration
double VerticalLargeChange { get; }
Property Value
System.Double
The vertical large change. |
VerticalOffset
Gets the vertical offset.
Declaration
double VerticalOffset { get; }
Property Value
System.Double
The vertical offset. |
ViewportHeight
Gets the height of the viewport.
Declaration
double ViewportHeight { get; }
Property Value
System.Double
The height of the viewport. |
ViewportWidth
Gets the width of the viewport.
Declaration
double ViewportWidth { get; }
Property Value
System.Double
The width of the viewport. |