Scrolls the chart horizontally if, and as much as needed, in order for the specified date and time to be visible in the view.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.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.

See Also