ClassGanttViewTextViewColumnScroller
Class
Represetns a scroller for the RadGanttView columns.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewTextViewColumnScroller : ItemScroller<GanttViewTextViewColumn>, IEnumerable, IDisposable
Inheritance: objectItemScroller<GanttViewTextViewColumn>GanttViewTextViewColumnScroller
Implements:
Inherited Members
Constructors
GanttViewTextViewColumnScroller()
Declaration
cs-api-definition
public GanttViewTextViewColumnScroller()
Methods
UpdateScrollRange()
Updates the scroll range.
Declaration
cs-api-definition
public override void UpdateScrollRange()
Overrides