richTextBox1.AppendText(textstring); richTextBox1.SelectionStart = richTextBox1.TextLength; richTextBox1.ScrollToCaret();