BucketSchedulerHeaderScroller
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 component with scroll for headers of BucketScheduler are derived.
public abstract class BucketSchedulerHeaderScroller : TagBites.WinSchedulers.Sections.GridViewConstSizeOffsetScrollerInheritance: object → GridViewElement → GridViewScroller → GridViewOffsetScroller → GridViewConstSizeOffsetScroller → BucketSchedulerHeaderScroller
Derived:
Constructors
Section titled “Constructors”BucketSchedulerHeaderScroller()
Section titled “BucketSchedulerHeaderScroller()”protected BucketSchedulerHeaderScroller()Properties
Section titled “Properties”HeaderSize
Section titled “HeaderSize”Gets or sets the size of the header.
public double HeaderSize { get; set; }Property Value
Section titled “Property Value”The size of the header.
MaximumHeaderSize
Section titled “MaximumHeaderSize”Gets or sets the maximum size of the header.
public double MaximumHeaderSize { get; set; }Property Value
Section titled “Property Value”The maximum size of the header
MinimumHeaderSize
Section titled “MinimumHeaderSize”Gets or sets the minimum size of the header.
public double MinimumHeaderSize { get; set; }Property Value
Section titled “Property Value”The minimum size of the header.
Methods
Section titled “Methods”GetHeaderSize(long)
Section titled “GetHeaderSize(long)”When overridden in a derived class, returns a size of the header at the specified index.
public virtual double GetHeaderSize(long index)Parameters
Section titled “Parameters”indexlong
The zero-based index of the header to get.
Returns
Section titled “Returns”The size of the header at the specified index.
ScrollToElement(object, Alignment)
Section titled “ScrollToElement(object, Alignment)”public virtual void ScrollToElement(object element, Alignment alignment)Parameters
Section titled “Parameters”ZoomIn()
Section titled “ZoomIn()”Increases the HeaderSize by 10 percent.
public void ZoomIn()ZoomOut()
Section titled “ZoomOut()”Decreases the HeaderSize by 10 percent.
public void ZoomOut()Events
Section titled “Events”HeaderSizeChanged
Section titled “HeaderSizeChanged”Occurs when the HeaderSize changes value.
public EventHandler HeaderSizeChanged