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