|
TBaseVirtualTree.FullCollapse Method
Collapses all nodes in the tree.
Pascal
procedure FullCollapse(Node: PVirtualNode = nil); virtual;
Description
Call this method to bring all nodes in the tree into a collapsed state. This method is used to reset the vsExpanded state in all nodes in the tree. Nodes which are not yet initialized are also not expanded by definition and therefore do not need initialization.
See Also
Class
Links
What do you think about this topic? Send feedback!
|