Vcl.ComCtrls.TTreeView.AutoExpand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default 0;

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.

See Also