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

RichEditControlOptions.VerticalScrollbar Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

public VerticalScrollbarOptions VerticalScrollbar { get; }

Property Value

Type Description
VerticalScrollbarOptions

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to VerticalScrollbar
WinForms Controls SnapControl
.Options.VerticalScrollbar
RichEditControl
.Options.VerticalScrollbar
Reporting SyntaxEditor
.Options.VerticalScrollbar

Remarks

Use the VerticalScrollbar property to hide or show the vertical scrollbar. This property is accessible via the RichEditControl.Options property.

See Also