windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-5a930fa4.md
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
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.RichEditControl.VerticalScrollValue' property instead.")]
public long VerticalScrollPosition { get; set; }
<Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.RichEditControl.VerticalScrollValue' property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property VerticalScrollPosition As Long
| Type | Description |
|---|---|
| Int64 |
An Int64 value that is the distance from the top of the scrolled document.
|
Use the RichEditControl.VerticalScrollValue property instead.
See Also
ScrollVerticallyByLogicalOffsetCommand