Skip to main content

TcxTreeListPreview.LeftIndent Property

Specifies the distance between preview display text and the preview section‘s left border, in pixels.

Declaration

property LeftIndent: Integer read; write; default 5;

Property Value

Type Default Description
Integer 5

The left preview indent, in pixels.

Remarks

Use LeftIndent and RightIndent properties to position text horizontally within the preview section.

VCL Tree List: Preview Indents

Default Value

The LeftIndent property’s default value is 5.

See Also