TdxSpreadSheetTableViewOptions.VerticalScrollBar Property
Specifies whether the vertical scrollbar should be displayed for the current Table View worksheet.
Declaration
property VerticalScrollBar: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bDefault |
Remarks
This property corresponds to the worksheet-level vertical scrollbar display setting. The visibility of the vertical scrollbar in a particular Table View worksheet is determined by both the VerticalScrollBar property value and Spreadsheet control‘s OptionsView.VerticalScrollBar property value:
The OptionsView.VerticalScrollBar Property Value | The VerticalScrollBar 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 vertical scrollbar is available to an end-user in a particular Table View worksheet, use the ActualVerticalScrollBar property.
The default value of the VerticalScrollBar property is bDefault.