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.
Default Value
The LeftIndent
property’s default value is 5
.
See Also