Skip to main content

TcxTreeListOptionsView.FixedSeparatorWidth Property

Specifies the width of the fixed band separators, in pixels.

Declaration

property FixedSeparatorWidth: Integer read; write; default cxTreeListDefSeparatorWidth;

Property Value

Type Default
Integer cxTreeListDefSeparatorWidth

Remarks

Use the FixedSeparatorWidth and FixedSeparatorColor properties to customize the fixed band separator appearance.

The FixedSeparatorWidth property automatically updates by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The default value of the FixedSeparatorWidth property is specified by the cxTreeListDefSeparatorWidth global constant.

See Also