API:Vcl.ComCtrls.TTreeView.AutoExpand
Delphi
property AutoExpand;
C++
__property AutoExpand = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeView |
Description
Specifies whether the nodes in the tree view automatically expand and collapse depending on the selection.
Vcl.ComCtrls.TTreeView.AutoExpand inherits from Vcl.ComCtrls.TCustomTreeView.AutoExpand. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.AutoExpand.
Specifies whether the nodes in the tree view automatically expand and collapse depending on the selection.
Set AutoExpand to true to cause the selected item to expand and the unselected items to collapse.