TBaseVirtualTree.FullExpand Method

Virtual Tree View

Expands all nodes in the tree.

Pascal
procedure FullExpand(Node: PVirtualNode = nil); virtual;
Description

Call this method to bring all nodes in the tree into an expanded state. This method expands every node in the tree and initializes nodes which are not yet initialized to expand them too if necessary. Since this will validate every node in the tree it is counterproductive and against the Virtual Paradigm.

Class
Links
What do you think about this topic? Send feedback!