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

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

Syntax

C#
public void ScrollTo(
	PertChartItem item
)
Visual Basic (Declaration)
Public Sub ScrollTo ( _
	item As PertChartItem _
)

Parameters

item
Type: DlhSoft.Windows.Controls.Pert..::.PertChartItem
The item to scroll to.

Implements

IPertChartView..::.ScrollTo(PertChartItem)

See Also