windowsforms-devexpress-dot-xtraspreadsheet-38c2881a.md
Represents the base class for scrollbar options.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.XtraSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Win.Spreadsheet
public abstract class SpreadsheetScrollbarOptions :
SpreadsheetNotificationOptions
Public MustInherit Class SpreadsheetScrollbarOptions
Inherits SpreadsheetNotificationOptions
The SpreadsheetScrollbarOptions class introduces the SpreadsheetScrollbarOptions.Visibility property, which determines the behavior of the SpreadsheetControl’s vertical and horizontal scrollbars. The scrollbars can be customized using derived classes: SpreadsheetVerticalScrollbarOptions and SpreadsheetHorizontalScrollbarOptions, respectively.
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetScrollbarOptions SpreadsheetHorizontalScrollbarOptions
SpreadsheetVerticalScrollbarOptions
See Also