Skip to main content

TcxTreeListOptionsView.DynamicIndent Property

Specifies if node image widths affect indents for expand buttons and tree lines.

Declaration

property DynamicIndent: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If this property is set to False, these indents cannot be less than the node image widths.

Property Value Examples

Value Example
False (default) VCL Tree List: Static Indents
True VCL Tree List: Dynamic Indents

Default Value

The DynamicIndent property’s default value is False.

See Also