API Documentation

GridViewConstSizeOffsetScroller

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

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

Constructors

GridViewConstSizeOffsetScroller()

protected void GridViewConstSizeOffsetScroller()

Result Type: void

Properties

ExtentSize

public double ExtentSize { get; }

Result Type: double

ViewportEndIndexWithOffset

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

public double ViewportEndIndexWithOffset { get; }

Result Type: double

ViewportStartIndexWithOffset

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

public double ViewportStartIndexWithOffset { get; }

Result Type: double

Methods

GetCurrentPossition(double)

protected internal double GetCurrentPossition(double avaliableSize)

Result Type: double

Parameters

TypeName
doubleavaliableSize

ScrollTo(long, Alignment)

public void ScrollTo(long index, Alignment alignment)

Result Type: void

Parameters

TypeName
longindex
Alignmentalignment