Vcl.ComCtrls.TCustomTreeView.AutoExpand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default False;

C++

__property bool AutoExpand = {read=FAutoExpand, write=SetAutoExpand, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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