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.HorizontalScrollBar Property

Specifies if the Spreadsheet or Report Designer control displays the horizontal scrollbar.

#Declaration

Delphi
property HorizontalScrollBar: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The HorizontalScrollBar and VerticalScrollBar properties determine the “global” horizontal and vertical scrollbar visibility settings, respectively. The control displays the horizontal scrollbar for the active worksheet if one of the following conditions is met:

Hiding the horizontal scrollbar does not forbid horizontal scrolling. An end-user can still scroll the active worksheet by moving the cell focus left or right.

The Options.HorizontalScrollBar property values of individual worksheets within a spreadsheet document always have priority over the “global” HorizontalScrollBar property. For instance, if the worksheet’s Options.HorizontalScrollBar property is not set to bDefault, the HorizontalScrollBar property has no effect on availability of the horizontal scrollbar. Refer to the TdxSpreadSheetTableViewOptions.HorizontalScrollBar property description for additional information.

The default value of the HorizontalScrollBar property is True.

See Also