Skip to main content

TcxTreeListPreview.LeftIndent Property

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

Declaration

property LeftIndent: Integer read; write; default 5;

Property Value

Type Default
Integer 5

Remarks

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

The LeftIndent property automatically updates by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The default value of the LeftIndent property is 5.

See Also