Represents a class that provides properties and methods for scrolling the RadGanttView.
Definition
Namespace:Telerik.Windows.Controls.Gantt.Scrolling
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public sealed class GanttScrollingService
Inheritance: objectGanttScrollingService
Properties
The default ScrollSettings used from the GanttScrollingService for horizontal and vertical scrolling.
public ScrollSettings ScrollSettings { get; set; }
Methods
Invokes the queued actions.
public void ResumeExecution()
Scrolls the passed GanttScrollArea horizontally with the specified offset (in pixels).
public void ScrollHorizontalTo(double offset, GanttScrollArea ganttArea)
The offset (in pixels).
ganttAreaGanttScrollAreaThe GanttScrollArea that will be scrolled.
Scrolls both GanttScrollAreas horizontally and vertically to the passed item using the passed ScrollSettings.
public void ScrollIntoView(object item, ScrollSettings settings)
The item to which will be scrolled.
settingsScrollSettingsThe ScrollSettings with which to scroll.
Scrolls both GanttScrollAreas horizontally and vertically to the passed item using the default ScrollSettings.
Scrolls the GridViewArea to the specified by its ColumnDefinitionBase column.
public void ScrollToColumn(ColumnDefinitionBase columnDefinition)
The ColumnDefinitionBase to which to scroll.
Scrolls the GridViewArea to the specified by its index column.
public void ScrollToColumn(int columnIndex)
The column index to which to scroll.
Scrolls the TimeLineArea to the specified DateTime.
Scrolls vertically so that the specified by its index row is made visible.
Scrolls both GanttScrollAreas vertically from the initial scroll position with the specified offset (in pixels).
Scrolls both GanttScrollAreas vertically from the current scroll position with the specified offset (in pixels).