TcxTreeListNode.MakeVisible Method
Ensures that the node is displayed.
Declaration
procedure MakeVisible;
Remarks
Use the MakeVisible method to display the node. If the node is scrolled out of view, the TreeList control is scrolled until the node appears. The node can be hidden because one or all of its parent nodes are collapsed. In this case, calling the MakeVisible method expands nodes as necessary.
See Also