Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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