Scrolls the view vertically to present a specific item in the diagram viewport.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

Parameters

item
Type: DlhSoft.Web.UI.WebControls.Pert..::.NetworkDiagramItem
The item to scroll to.

See Also