Back to Devexpress

RichEditControl.HorizontalScrollValue Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-b465b60a.md

latest1.2 KB
Original Source

RichEditControl.HorizontalScrollValue Property

Gets or sets the current position of the scroll bar box on the horizontal scroll bar. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public long HorizontalScrollValue { get; set; }
vb
Public Property HorizontalScrollValue As Long

Property Value

TypeDescription
Int64

A numeric value that is the scroll bar box position between the top and the bottom of the horizontal scroll bar.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace