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.GridViewOffsetScrollerInheritance: object → GridViewElement → GridViewScroller → GridViewOffsetScroller → GridViewDynamicSizeOffsetScroller
Constructors
Section titled “Constructors”GridViewDynamicSizeOffsetScroller()
Section titled “GridViewDynamicSizeOffsetScroller()”protected GridViewDynamicSizeOffsetScroller()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”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)