private void Incoming_TextChanged(object sender, EventArgs e) { Incoming.SelectionStart = Incoming.Text.Length; Incoming.ScrollToCaret(); }