How to find caret position of textbox in WPF. I'm open to your ideas, because textbox haven't caret position. Is there a way to do this ?
int caretPostion = myTextBox.CaretIndex;