ClassGanttViewTimelineScroller
Class
Represents the bottom portion of a GanttViewTimelineItemElement.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewTimelineScroller : ItemScroller<GanttViewTimelineDataItem>, IEnumerable, IDisposable
Inheritance: objectItemScroller<GanttViewTimelineDataItem>GanttViewTimelineScroller
Implements:
Inherited Members
Constructors
GanttViewTimelineScroller()
Declaration
cs-api-definition
public GanttViewTimelineScroller()
Methods
UpdateScrollRange()
Updates the scroll range.
Declaration
cs-api-definition
public override void UpdateScrollRange()
Overrides