The requested page is not available for selected version.
ScrollIntoView
Syntax
long ScrollIntoView(string nodepath)
Description
Ensure a tree node is visible by, if necessary, scrolling it into view.
Parameters
nodepath
String specifying the path to the node.
The node path may be specified as one of the following:
- A string containing all node texts separated by forward slashes ( / ).
- A string containing all node indexes separated by forward slashes ( / ).
Return Value
Return 0 if the call is successful; otherwise, -1..