I have a Created a logwindow in my project in C#
This log window is nothing but a richtexbox
. I am appending the lines in RichTextbox whenever a method is called.
What i want is : It should autoscroll
down whenever a new line is Appended in the rich text box.
Can anybody tell me how to do it.
thanks