TreeViewControl.ScrollIntoView(Int32) Method
Scrolls the view to the specified node.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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