Skip to main content

TcxTreeListOptionsView.DynamicIndent Property

Specifies whether 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.

The following table shows examples of using the DynamicIndent property.

Value Example
False
True

The default value of the DynamicIndent property is False.

See Also