RichEditControlOptions.VerticalScrollbar Property
Provides access to the options specific for the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v22.2.dll
NuGet Package: DevExpress.Win.RichEdit
Declaration
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 | RichEditControl |
|
Reporting | SyntaxEditor |
|
Remarks
Use the VerticalScrollbar property to hide or show the vertical scrollbar. This property is accessible via the RichEditControl.Options property.
See Also