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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.RichEdit

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:

Object Type Path to VerticalScrollbar
RichEditControl
.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