1 2 3
myTextbox.AppendText("Mein Text\r\n"); myTextbox.SelectionStart = myTextbox.Text.Length; myTextbox.ScrollToCaret();