Causes the object to scroll into view.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

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

Parameters

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

See Also