Hi All,
In my application, I have a textbox control inside a user control that has
Multiline and AcceptsReturn properties defined as true. I have code that
will add characters to the textbox. When I add "\r\n" for a carriage return,
the textbox does not adjust to show the new line. The cursor is gone, but it
always shows line 1.
How do I have the TextBox auto scroll to show the last line of the text so
that the user sees what they are typing?
Thanks in advance,
- Craig