Skip to content
Auto
Products

GridViewConstSizeOffsetScroller

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 scroll base on constant size offset are derived.

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

Inheritance: objectGridViewElementGridViewScrollerGridViewOffsetScroller → GridViewConstSizeOffsetScroller

Derived:

protected GridViewConstSizeOffsetScroller()

Gets the size of all the content for display.

public virtual double ExtentSize { get; }

double

Gets a value indicating the index of last header in the viewable content.

public double ViewportEndIndexWithOffset { get; }

double

The index of last header in the viewable content.

Gets a value indicating the index of first header in the viewable content.

public double ViewportStartIndexWithOffset { get; }

double

The index of first header in the viewable content.

protected internal virtual double GetCurrentPossition(double avaliableSize)

double

When overridden in a derived class, shifts the content to a header at the specified index and aligns relative to its layout rectangle.

public virtual void ScrollTo(long index, Alignment alignment)
  • index long
    The zero-based index of the header.
  • alignment Alignment
    The alignment of the header relative to its layout rectangle.