Skip to main content

RichEditControl.VerticalScrollBar Property

Provides access to the vertical scroll bar.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public ScrollBar VerticalScrollBar { get; }

#Property Value

Type Description
ScrollBar

A ScrollBar object representing a vertical scroll bar.

#Remarks

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

See Also