Scrolls the tree-grid vertically and horizontally to display the row for the specified data item and the specified date and time to the left of the chart.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void ScrollIntoView(
	Object item,
	DateTime dateTime
)
Visual Basic (Declaration)
Public Sub ScrollIntoView ( _
	item As Object, _
	dateTime As DateTime _
)

Parameters

item
Type: System..::.Object
dateTime
Type: System..::.DateTime

See Also