Back to Devexpress

RichEditControl.VerticalScrollValue Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-17928aa6.md

latest1.9 KB
Original Source

RichEditControl.VerticalScrollValue Property

Gets or sets the top visible position in the scrolled document.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DXCategory("Appearance")]
public long VerticalScrollValue { get; set; }
vb
<DXCategory("Appearance")>
Public Property VerticalScrollValue As Long

Property Value

TypeDescription
Int64

An Int64 value that is the distance from the top of the scrolled document in pixels.

|

Remarks

Use the VerticalScrollValue property to scroll the document or indicate to which position it is scrolled vertically.

See Also

ScrollToCaret

ScrollToPageCommand

ScrollVerticallyByLogicalOffsetCommand

ScrollVerticallyByPhysicalOffsetCommand

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace