RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property
Provides access to the options specific to the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
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