Skip to main content

RichEditControl.HorizontalScrollBar Property

Provides access to the horizontal scrollbar of the control.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public ScrollBar HorizontalScrollBar { get; }

#Property Value

Type Description
ScrollBar

A System.Windows.Controls.Primitives.ScrollBar object representing the horizontal scrollbar.

#Remarks

Use the RichEditControl.HorizontalScrollBarVisibility to hide the horizontal scroll bar.

See Also