Scrolls the tree-grid vertically to display the row for the specified data item.

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

Syntax

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

Parameters

item
Type: System..::.Object

See Also