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) |
|
True |
Default Value
The DynamicIndent
property’s default value is False
.
See Also