API:Vcl.ComCtrls.TTreeView.Indent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indent: Integer read GetIndent write SetIndent;

C++

__property Indent;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Specifies the amount of indentation in pixels when a list of child nodes is expanded.

Vcl.ComCtrls.TTreeView.Indent inherits from Vcl.ComCtrls.TCustomTreeView.Indent. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.Indent.

Specifies the amount of indentation in pixels when a list of child nodes is expanded.

Use Indent to determine how far child nodes are indented from their parent nodes when the parent is expanded.

See Also

Code Examples