Manipulating RichTextBox

JaedenRuiner

Well-known member
Joined
Aug 13, 2007
Messages
340
Programming Experience
10+
I'm so used to it being called a RichEdit that I keep forgetting, but that's like old MFC stuff.

Anyway,

How would I manipulate the control to "Set" the first visible Line.

Like, I can set the SelectionStart, but that's a character position, which when set, will move the Caret to that character in the Control. But if that character index is say, three lines below the bottom of the control, it will only scroll to that line, instead of moving that line to the top of the control. Is there a way that I can achieve this...easily?

Thanks
 
Back
Top