Scrolls the view so that an item is shown at top (or as up as possible) in the ChartViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public void ScrollTo(
	int index
)
Visual Basic (Declaration)
Public Sub ScrollTo ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the item to scroll to.

Implements

IChartView..::.ScrollTo(Int32)

See Also