This question is locked. New answers and comments are not allowed.
I want the richTextBox to scroll to the bottom when adding new content.
How can I do this?
I tried:
ChatBox.VerticalScrollBar.Value = ChatBox.VerticalScrollBar.Maximum;
This just sets the scrollbar to the bottom but the textbox isn't affected by it.
How can I do this?
I tried:
ChatBox.VerticalScrollBar.Value = ChatBox.VerticalScrollBar.Maximum;
This just sets the scrollbar to the bottom but the textbox isn't affected by it.