Scrolls the view vertically to present a specific item in the chart at the top of the viewport (or as up as possible in the viewport in case that the bottom of the chart is reached).

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

Syntax

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

Parameters

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

See Also