Skip to main content

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

public void ScrollToCaret()

Remarks

This method shows the cursor location to the user. To get the caret position programmatically, use the Document.CaretPosition property.

See Also