Tree.EnsureVisible

Tree.EnsureVisible ( 

string ObjectName,

string NodeIndex )

Description

Expands all collapsed parent items of the specified node and scrolls the tree view control so that the specified node is visible.

Parameters

ObjectName

(string) The name of the tree object.

NodeIndex

(string) The index of the node that you want to ensure is visible.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions