I am making a RichTextBox, that types out the text letter by letter.
public void rtb_AppendText(string txt) { text.Add(txt); t