Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetOptionsView.FrozenPaneSeparatorWidth Property

Specifies the width (in pixels) of both the horizontal and vertical frozen pane separators.

#Declaration

Delphi
property FrozenPaneSeparatorWidth: Integer read; write; default 1;

#Property Value

Type Default
Integer 1

#Remarks

Columns and rows that are immobilized by calling the Table View worksheet’s FreezeColunns, FreezeRows, or FreezePanes procedures are separated from the scrollable worksheet area by the horizontal and vertical frozen pane separators, respectively.

Use the FrozenPaneSeparatorWidth and FrozenPaneSeparatorColor properties to change the line width and color for both the horizontal and vertical frozen pane separators.

The FrozenPaneSeparatorWidth property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.

The default value of the FrozenPaneSeparatorWidth property is 1.

See Also