Text is disappearing from the bottom of a RichEdit
control window and I'd like to ensure the bottom character is always visible. Obviously, I could manually scroll to the bottom, but I'd like to do it under software control.
views:
22answers:
1
+1
A:
Send the EM_SCROLLCARET message. Position the caret first, GetWindowTextLength() and EM_SETSEL.
Hans Passant
2010-02-05 18:22:24
I didn't even have a caret set up (it's not an editor, its just a display) but I can look that all up.
Mick
2010-02-05 18:44:47