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