Skip to main content

TdxSpreadSheetTableViewOptions.ActualHorizontalScrollBar Property

Returns a value indicating whether the horizontal scrollbar is available to an end-user for the Table View worksheet.

Declaration

property ActualHorizontalScrollBar: Boolean read;

Property Value

Type
Boolean

Remarks

Use this property to determine whether the horizontal scroll bar is actually displayed for the Table View worksheet:

The ActualHorizontalScrollBar property returns the effective HorizontalScrollBar value, which depends on values of both the Table View’s Options.HorizontalScrollBar and Spreadsheet Control‘s OptionsView.HorizontalScrollBar properties.

See Also