Skip to main content

TcxGridFixedDataRowsOptions.SeparatorWidth Property

Specifies the width of the separator between scrollable and fixed row areas, in pixels.

Declaration

property SeparatorWidth: Integer read; write; default cxGridCustomRowSeparatorDefaultWidth;

Property Value

Type Default Description
Integer cxGridCustomRowSeparatorDefaultWidth

The pixel width of the separator between scrollable and fixed row areas.

The property value cannot be less than 2 multiplied by the current scale factor.

Remarks

Use the SeparatorWidth property to adjust the width of the separator between scrollable and fixed row areas.

Property Setter Behavior

The SeparatorWidth property setter changes the property value to 2 multiplied by the current scale factor if you assign a lower value to the SeparatorWidth property.

Property Value and Scaling

The SeparatorWidth property specifies the separator width that corresponds to the current monitor DPI. The parent TcxGrid control automatically increases or decreases the SeparatorWidth property value to maintain the current on-screen separator size when the current DPI changes.

Default Value

The SeparatorWidth property’s default value is cxGridCustomRowSeparatorDefaultWidth.

See Also