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

TdxSpreadSheetTableViewOptions.HorizontalScrollBar Property

Specifies whether the horizontal scrollbar is displayed in a Table View worksheet.

#Declaration

Delphi
property HorizontalScrollBar: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

This property corresponds to the worksheet-level horizontal scrollbar display setting. The visibility of the horizontal scrollbar in a particular Table View worksheet is determined by both the HorizontalScrollBar property value and Spreadsheet control‘s OptionsView.HorizontalScrollBar property value:

The OptionsView.HorizontalScrollBar Property Value

The HorizontalScrollBar Property Value

bFalse

bTrue

bDefault

True

The scrollbar is hidden.

The scrollbar is visible.

The scrollbar is visible.

False

The scrollbar is hidden.

The scrollbar is visible.

The scrollbar is hidden.

To identify whether the horizontal scrollbar is available to an end-user in a particular Table View worksheet, use the ActualHorizontalScrollBar property.

The default value of the HorizontalScrollBar property is bDefault.

See Also