Back to Devexpress

TreeViewControl.ScrollIntoView(TreeListNode) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-dot-scrollintoview-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest1.4 KB
Original Source

TreeViewControl.ScrollIntoView(TreeListNode) Method

Scrolls the view to the specified node.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ScrollIntoView(
    TreeListNode node
)
vb
Public Sub ScrollIntoView(
    node As TreeListNode
)

Parameters

NameTypeDescription
nodeTreeListNode

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

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace