I have been trying to move the caret in a RichTextBox to another paragraph just like how Ctrl+Down arrow is pressed on the keyboard. I use SendKeys.Send("^{DOWN}")
but it is not consistent, at times it seems it pressed twice i.e. skip some lines. But when pressing it directly from the keyboard, to move smoothly without jumping.
How do I make the SendKeys
stable or is there another way around for this?