RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property
Provides access to the options specific to the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
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