ScrollbarOptions Class
Represents the base class for scrollbar options.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
Remarks
The ScrollbarOptions class introduces the ScrollbarOptions.Visibility property, which determines the behavior of the rich edit control’s vertical and horizontal scrollbars. The scrollbars can be customized using derived classes: VerticalScrollbarOptions and HorizontalScrollbarOptions, respectively.
Inheritance
See Also