Skip to main content
A newer version of this page is available. .

RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.1.dll

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