Skip to content
Auto
Products

GridViewOffsetScroller

Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

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

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

Inheritance: objectGridViewElementGridViewScroller → GridViewOffsetScroller

Derived:

Gets the size of all the content for display.

public virtual double ExtentSize { get; }

double

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; }

double

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

public double Offset { get; set; }

double

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; }

double

When overridden in a derived class, shifts the content by indicated value of the shift.

public virtual void Scroll(double shift)
  • shift double
    The value by which the content is shifted.

Occurs when the Offset changed.

public EventHandler OffsetChanged

EventHandler