Vcl.ComCtrls.TTreeView.AutoExpand

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default 0;

C++

__property AutoExpand = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

説明

選択に応じてツリービューのノードを自動的に展開したり折りたたんだりするかどうかを指定します。

Vcl.ComCtrls.TTreeView.AutoExpand は Vcl.ComCtrls.TCustomTreeView.AutoExpand を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTreeView.AutoExpand を参照しています。

選択に応じてツリービューのノードを自動的に展開したり折りたたんだりするかどうかを指定します。

AutoExpand プロパティを true に設定すると,選択した項目を展開し,選択解除した項目を折りたたむことができます。

関連項目