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

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

Syntax

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

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
The item to scroll to.

See Also