Skip to content
Auto
Products

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.GridViewHeaderSection

Inheritance: objectGridViewElementGridViewSectionGridViewHeaderSection → GridViewScrollSection

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)

Gets or sets the maximum offset of the scrolled content. Valid values are between zero and one.

public double MaximumOffset { get; set; }

double

The maximum offset of the scrolled content

Gets or sets the minimum offset of the scrolled content. Valid values are between zero and one.

public double MinimumOffset { get; set; }

double

The minimum offset of the scrolled content.

protected internal virtual void OnRender(GridViewDrawingContext context)