[Overview][Types][Classes][Procedures and functions][Index] |
Controls the actions performed when a tree node is expanded or collapsed on the control.
Source position: shellctrls.pas line 118
protected property TCustomShellTreeView.ExpandCollapseMode : TExpandCollapseMode |
ExpandCollapseMode is a TExpandCollapseMode property which determines the actions performed when a tree node is expanded or collapsed on the tree view control. The default value for the property is ecmRefreshedExpanding. This value causes the child nodes for a given tree node to be deleted and recreated when the node is expanded.
See TExpandCollapseMode for the other values allowed in the property, and the corresponding actions performed in the tree node.
ExpandCollapseMode is used in the CanExpand and Collapse methods.
Added in LCL version 3.0.
|
Determines if the specified tree node can be expanded in the shell tree view control. |
|
|
Removes child nodes (if needed) when the specified tree node is collapsed. |
|
|
Adds tree nodes for file system objects found starting at the specified node / path. |
|
|
Indicates actions performed for child nodes when a shell tree node is expanded or collapsed. |
|
|
Collapses the current tree node, and optionally collapses any descendent nodes. |
|
|
Expands the current tree node, and optionally all descendent nodes. |
Version 4.0 | Generated 2025-05-03 | Home |