Scrolls the tree-grid vertically and horizontally to display a cell for the specified data item and column 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,
	DataGridColumn column,
	DateTime dateTime
)
Visual Basic (Declaration)
Public Sub ScrollIntoView ( _
	item As Object, _
	column As DataGridColumn, _
	dateTime As DateTime _
)

Parameters

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

See Also