RichEditControl.ScrollToCaret() Method
Scrolls the document to the caret position.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Remarks
This method shows the cursor location to the user. To get the caret position programmatically, use the Document.CaretPosition property.
See Also