Back to Devexpress

RichEditControl.VerticalScrollPosition Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-5a930fa4.md

latest2.3 KB
Original Source

RichEditControl.VerticalScrollPosition Property

OBSOLETE

This property has become obsolete. Use the 'VerticalScrollValue' property instead.

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
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.RichEditControl.VerticalScrollValue' property instead.")]
public long VerticalScrollPosition { get; set; }
vb
<Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.RichEditControl.VerticalScrollValue' property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property VerticalScrollPosition As Long

Property Value

TypeDescription
Int64

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

|

Remarks

Use the RichEditControl.VerticalScrollValue property instead.

See Also

ScrollToCaret

ScrollToPageCommand

ScrollVerticallyByLogicalOffsetCommand

ScrollVerticallyByPhysicalOffsetCommand

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace