Scrolls the view so that a specified date and time is shown at left (or as left as possible) in the Gantt Chart view of the GanttChartEntityListViewBase control.
This method updates DisplayedTime, and if needed, it also updates TimelinePageStart or TimelinePageFinish.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public void ScrollTo( DateTime dateTime ) |
Visual Basic (Declaration) |
---|
Public Sub ScrollTo ( _ dateTime As DateTime _ ) |
Parameters
- dateTime
- Type: System..::.DateTime
The date and time to scroll to.