[C#] RichTextBox zum Textende scrollen

RichTextBox1.SelectionStart = RichTextBox1.Text.Length;
RichTextBox1.ScrollToCaret();