Vcl.ComCtrls.TCustomTreeView.Indent

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

Delphi

property Indent: Integer read GetIndent write SetIndent;

C++

__property int Indent = {read=GetIndent, write=SetIndent, nodefault};

プロパティ

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

説明

子ノードのリストを展開するときのインデント幅をピクセル単位で指定します。

Indent プロパティを使用すると,親ノードを展開するときに,子ノードが親ノードからどのくらいインデントされるかを指定できます。

関連項目