Skip to content
Auto
Products

GridViewDynamicSizeOffsetScroller

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

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

Inheritance: objectGridViewElementGridViewScrollerGridViewOffsetScroller → GridViewDynamicSizeOffsetScroller

protected GridViewDynamicSizeOffsetScroller()

Gets the size of all the content for display.

public virtual double ExtentSize { get; }

double

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.