Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsView.DynamicIndent Property

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

#Declaration

Delphi
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