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.GridViewOffsetScrollerInheritance: object → GridViewElement → GridViewScroller → GridViewOffsetScroller → GridViewConstSizeOffsetScroller
Derived:
Constructors
Section titled “Constructors”GridViewConstSizeOffsetScroller()
Section titled “GridViewConstSizeOffsetScroller()”protected GridViewConstSizeOffsetScroller()Properties
Section titled “Properties”ExtentSize
Section titled “ExtentSize”Gets the size of all the content for display.
public virtual double ExtentSize { get; }Property Value
Section titled “Property Value”ViewportEndIndexWithOffset
Section titled “ViewportEndIndexWithOffset”Gets a value indicating the index of last header in the viewable content.
public double ViewportEndIndexWithOffset { get; }Property Value
Section titled “Property Value”The index of last header in the viewable content.
ViewportStartIndexWithOffset
Section titled “ViewportStartIndexWithOffset”Gets a value indicating the index of first header in the viewable content.
public double ViewportStartIndexWithOffset { get; }Property Value
Section titled “Property Value”The index of first header in the viewable content.
Methods
Section titled “Methods”GetCurrentPossition(double)
Section titled “GetCurrentPossition(double)”protected internal virtual double GetCurrentPossition(double avaliableSize)Parameters
Section titled “Parameters”avaliableSizedouble
Returns
Section titled “Returns”ScrollTo(long, Alignment)
Section titled “ScrollTo(long, Alignment)”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)