M
Marvin Scheinbart
I'm using a richtextbox to display formatted text. The problem is not
the formatted text but getting the richtextbox to display the text
properly. My program prints out messages to the user. I maintain all
user messages in the richtextbox so the user can have a history of
messages. When the richtextbox fills with text messages, all new text
messages get appended to the bottom of the existing text. These new
messages are not visible. I have to use the scroll bars to scroll down
to see the last messages written to the richtextbox.
How do I force the richtextbox to bottom (or top) justify the text
insertion so that all new messages written are always displayed? I want
the older message to scroll off the screen, not the new messages.
Thanks,
Marv
the formatted text but getting the richtextbox to display the text
properly. My program prints out messages to the user. I maintain all
user messages in the richtextbox so the user can have a history of
messages. When the richtextbox fills with text messages, all new text
messages get appended to the bottom of the existing text. These new
messages are not visible. I have to use the scroll bars to scroll down
to see the last messages written to the richtextbox.
How do I force the richtextbox to bottom (or top) justify the text
insertion so that all new messages written are always displayed? I want
the older message to scroll off the screen, not the new messages.
Thanks,
Marv