API Documentation

GridViewOffsetScroller

Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll

Provides the base class from which the classes that represent elements with offset scroll are derived.

public abstract class GridViewOffsetScroller : TagBites.WinSchedulers.Sections.GridViewScroller

Properties

ExtentSize

Gets the size of all the content for display.

public double ExtentSize { get; }

Result Type: double

NormalizedOffset

Gets a value that contains percent of the offset of the scrolled content. Valid values are between zero and one.

public double NormalizedOffset { get; set; }

Result Type: double

Offset

Gets a value that contains the offset of the scrolled content. Valid values are between zero and the ScrollableSize.

public double Offset { get; set; }

Result Type: double

ScrollableSize

Gets a value that represents the size of the area that can be scrolled; the difference between the size of the extent and the size of the viewport.

public double ScrollableSize { get; }

Result Type: double

Methods

Scroll(double)

public void Scroll(double shift)

Result Type: void

Parameters

TypeName
doubleshift

Events

OffsetChanged

Occurs when the TagBites.WinSchedulers.Sections.GridViewOffsetScroller.Offset changed.

public EventHandler OffsetChanged

Result Type: EventHandler