[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeView.ScrollToNode

ScrollToNode Method

ScrollToNode(C1TreeNode, bool, bool)

Scrolls the C1TreeView to a specific node.

Declaration
public void ScrollToNode(C1TreeNode node, bool top = false, bool expand = false)
Parameters
Type Name Description
C1TreeNode node

The node to scroll to.

bool top

Specifies whether the node should be scrolled to the top-most position.

bool expand

All ancestors of the specified node should be expanded.