Back to Devexpress

RichEditControl.ScrollToCaret() Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-151a621d.md

latest1.1 KB
Original Source

RichEditControl.ScrollToCaret() Method

Scrolls the document to the caret position.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void ScrollToCaret()
vb
Public Sub ScrollToCaret

Remarks

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

See Also

CaretPosition

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace