Skip to main content

RichEditControl.HorizontalScrollBar Property

Provides access to a horizontal scroll bar of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
public ScrollBar HorizontalScrollBar { get; }

Property Value

Type Description
ScrollBar

A ScrollBar object that is the control’s scroll bar.

See Also