TcxTreeListOptionsView.FixedSeparatorWidth Property
In This Article
Specifies the width of the fixed band separators, in pixels.
#Declaration
Delphi
property FixedSeparatorWidth: Integer read; write; default cxTreeListDefSeparatorWidth;
#Property Value
Type | Default | Description |
---|---|---|
Integer | cx |
The fixed band separator width, in pixels. |
#Remarks
Use FixedSeparatorWidth
and FixedSeparatorColor properties to customize fixed band separator appearance.
#Default Value
The FixedSeparatorWidth
property’s default value is cxTreeListDefSeparatorWidth
.
See Also