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

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

Syntax

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

Parameters

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

See Also