Skip to main content

ScrollbarOptions Class

Represents the base class for scrollbar options.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.2.dll

Declaration

public abstract class ScrollbarOptions :
    RichEditNotificationOptions

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.

See Also