Scrolls the chart vertically if, and as much as needed, in order for the specified item 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(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Sub ScrollTo ( _
	item As GanttChartItem _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to scroll to.

Implements

IGanttChartView..::.ScrollTo(GanttChartItem)

See Also