GridViewScrollSection
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Represents a section of element with scroll.
public class GridViewScrollSection : TagBites.WinSchedulers.Sections.GridViewHeaderSection
Constructors
GridViewScrollSection(GridViewOffsetScroller)
Initializes a new instance of the TagBites.WinSchedulers.Sections.GridViewScrollSection class with the specified element with offset scroll.
public void GridViewScrollSection(GridViewOffsetScroller scroller)
Result Type: void
Parameters
Type | Name | |
---|---|---|
GridViewOffsetScroller | scroller | A that represents the element with offset scroll. |
Properties
MaximumOffset
Gets or sets the maximum offset of the scrolled content. Valid values are between zero and one. <returns>The maximum offset of the scrolled content</returns>
public double MaximumOffset { get; set; }
Result Type: double
MinimumOffset
Gets or sets the minimum offset of the scrolled content. Valid values are between zero and one. <returns>The minimum offset of the scrolled content.</returns>
public double MinimumOffset { get; set; }
Result Type: double
Methods
OnRender(GridViewDrawingContext)
protected internal void OnRender(GridViewDrawingContext context)
Result Type: void
Parameters
Type | Name | |
---|---|---|
GridViewDrawingContext | context |