Skip to main content
All docs
V23.2

TreeViewControl.ScrollIntoView(Int32) Method

Scrolls the view to the specified node.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void ScrollIntoView(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The row handle of the required node.

Remarks

A vertical scroll bar is displayed if the TreeViewControl cannot display all nodes. To make the specified node visible, use the ScrollIntoView method. To make the specified node visible and focus it, use the CurrentNode property.

See Also