Scrolls the tree-grid vertically and horizontally to display a cell for the specified data item and column.

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
)
Visual Basic (Declaration)
Public Sub ScrollIntoView ( _
	item As Object, _
	column As DataGridColumn _
)

Parameters

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

See Also