If your tree is large or has many branches, you may need to explicitly bring a given node to the user’s attention. You can do this using the SET_TREE_VISIBLE keyword to WIDGET_CONTROL :
WIDGET_CONTROL, wTreeNode, /SET_TREE_VISIBLE
were wTreeNode is any node attached to a tree widget — that is, any tree widget that has another tree widget as its parent widget. Setting this keyword has two possible effects:
Use of this keyword does not affect the tree widget selection state.