Causes the object to scroll into view.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

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

Parameters

item
Type: System..::.Object
Object to scroll.

See Also