RichEditControlOptions.VerticalScrollbar Property
Provides access to the options specific for the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
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:
Object Type | Path to VerticalScrollbar |
---|---|
RichEditControl |
|
Remarks
Use the VerticalScrollbar property to hide or show the vertical scrollbar. This property is accessible via the RichEditControl.Options property.
See Also