Skip to main content

ScrollbarOptions Class

Represents the base class for scrollbar options.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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