Skip to main content

RepositoryItemRichTextEdit.OptionsHorizontalScrollbar Property

Provides access to the options specific to the horizontal scrollbar of the rich text editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

[DXCategory("Options")]
public RichTextEditHorizontalScrollbarOptions OptionsHorizontalScrollbar { get; }

Property Value

Type Description
RichTextEditHorizontalScrollbarOptions

A RichTextEditHorizontalScrollbarOptions object used to specify options for the horizontal scrollbar.

Remarks

Use the OptionsHorizontalScrollbar property to hide or show the horizontal scrollbar.

See Also