[]
Scrolls the C1TreeView to a specific node.
public void ScrollToNode(C1TreeNode node, bool top = false, bool expand = false)
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. |