Vcl.ComCtrls.TCustomTreeView.Indent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indent: Integer read GetIndent write SetIndent;

C++

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

Properties

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

Description

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