Tree.EnsureVisible

Tree.EnsureVisible ( 

string ObjectName,

string NodeIndex )

Example 1

Tree.EnsureVisible("Tree1", "2.1.3");

Ensures the node with index "2.1.3" is visible in the "Tree1" tree object.

See also:  Related Actions