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

RichEditControl.VerticalScrollBar Property

Provides access to a horizontal scroll bar of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

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

Property Value

Type Description
ScrollBar

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

Remarks

Use the RichEditControl.VerticalScrollBarVisibility property, to show or hide a vertical scroll bar.

See Also