
Hello,
I would like to implement a go to line feature in my WPF SyntaxEditor and need a way to bind the line/caret position to a property in my ViewModel. I've seen ways to set the caret position in the code behind(ActiveView.Selection.CaretPosition) but I would like to keep the logic of this interaction outside of the view.
Thanks!