Skip to main content

RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property

Provides access to the options specific to the vertical scrollbar of the RichEditControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

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

Declaration

[DXCategory("Options")]
public VerticalScrollbarOptions OptionsVerticalScrollbar { get; }

Property Value

Type Description
VerticalScrollbarOptions

A VerticalScrollbarOptions object used to specify options for the vertical scrollbar.

Remarks

Use the OptionsVerticalScrollbar property to hide or show the vertical scrollbar.

See Also