Scrolls the chart vertically if, and as much as needed, in order for the item at the specified index to be visible in the view.

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

Syntax

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

Parameters

index
Type: System..::.Int32
The item index to scroll to.

See Also