TimeSchedulerResourceScroller
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents resource scroll for TimeScheduler. This class cannot be inherited.
public sealed class TimeSchedulerResourceScroller : TagBites.WinSchedulers.Sections.GridViewConstSizeOffsetScrollerInheritance: object → GridViewElement → GridViewScroller → GridViewOffsetScroller → GridViewConstSizeOffsetScroller → TimeSchedulerResourceScroller
Properties
Section titled “Properties”HeaderCount
Section titled “HeaderCount”When overridden in a derived class, gets a number of headers.
public virtual long HeaderCount { get; }Property Value
Section titled “Property Value”A number of headers.
HeaderSize
Section titled “HeaderSize”Gets or sets the header size.
public double HeaderSize { get; set; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”GetHeader(long)
Section titled “GetHeader(long)”When overridden in a derived class, returns a header at the specified index.
public virtual object GetHeader(long index)Parameters
Section titled “Parameters”indexlong
The zero-based index of the header to get.
Returns
Section titled “Returns”The header at the specified index.
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.
Events
Section titled “Events”HeaderSizeChanged
Section titled “HeaderSizeChanged”Occurs when HeaderSize is changed.
public EventHandler HeaderSizeChanged