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