RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property
In This Article
Provides access to the options specific to the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DXCategory("Options")]
public VerticalScrollbarOptions OptionsVerticalScrollbar { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
Use the OptionsVerticalScrollbar property to hide or show the vertical scrollbar.
See Also