Vcl.ComCtrls.TCustomTreeView.AutoExpand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Beschreibung

Gibt an, ob die Knoten des Baumdiagramms automatisch abhängig von dessen Markierung erweitert oder ausgeblendet werden.

Setzen Sie AutoExpand auf true, damit die Elemente des markierten Knotens eingeblendet und die Elemente der unmarkierten Knoten ausgeblendet werden.

Siehe auch