Scrolls the view so that an item is shown at top (or as up as possible) in the GanttChartEntityListViewBase control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public void ScrollTo( int index ) |
Visual Basic (Declaration) |
---|
Public Sub ScrollTo ( _ index As Integer _ ) |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the item to scroll to.