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.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public void ScrollTo( ScheduleChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub ScrollTo ( _ item As ScheduleChartItem _ ) |
Parameters
- item
- Type: DlhSoft.Web.UI.WebControls..::.ScheduleChartItem
The item to scroll to.