GridViewScrollSection
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents a section of element with scroll.
public class GridViewScrollSection : TagBites.WinSchedulers.Sections.GridViewHeaderSectionInheritance: object → GridViewElement → GridViewSection → GridViewHeaderSection → GridViewScrollSection
Constructors
Section titled “Constructors”GridViewScrollSection(GridViewOffsetScroller)
Section titled “GridViewScrollSection(GridViewOffsetScroller)”Initializes a new instance of the GridViewScrollSection class with the specified element with offset scroll.
public GridViewScrollSection(GridViewOffsetScroller scroller)Parameters
Section titled “Parameters”scrollerGridViewOffsetScroller
A GridViewOffsetScroller that represents the element with offset scroll.
Properties
Section titled “Properties”MaximumOffset
Section titled “MaximumOffset”Gets or sets the maximum offset of the scrolled content. Valid values are between zero and one.
public double MaximumOffset { get; set; }Property Value
Section titled “Property Value”The maximum offset of the scrolled content
MinimumOffset
Section titled “MinimumOffset”Gets or sets the minimum offset of the scrolled content. Valid values are between zero and one.
public double MinimumOffset { get; set; }Property Value
Section titled “Property Value”The minimum offset of the scrolled content.
Methods
Section titled “Methods”OnRender(GridViewDrawingContext)
Section titled “OnRender(GridViewDrawingContext)”protected internal virtual void OnRender(GridViewDrawingContext context)Parameters
Section titled “Parameters”contextGridViewDrawingContext