ScrollTo
methodsScrolls to a visible node in the TreeView. Behaves in a similar way to calling scrollIntoView({ block: 'nearest' }) method of the item element. The scrollTo method will not expand collapsed parents, hence will not scroll if the node is not visible.
Parameters:nodejQuery
The node to which the TreeView should scroll and make it visible.