TcxTreeListColumn.IndentWidth Property
Returns the increment (in pixels) by which the expandable column’s width is increased during node expansion.
Declaration
property IndentWidth: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property returns the increment by which the width of the expandable column is increased if its width is less than the column’s MinWidth property value. The resulting column width is returned by the DisplayWidth property.
See Also