method XMLGrid.EnsureVisibleNode (Node as Variant)
Ensures that the node is visible, expanding tree nodes and scrolling the tree view control as necessary.
Type
Description
Node as Variant
A Node object being made visible.
Call the EnsureVisibleNode method to ensure that a
control's node is visible. Use the NodeFromPoint
property to get the node from point. If necessary, the method expands the
parent node or scrolls the xml grid view control so that the node is visible.