if (TextBox1.Text.Length == 70) { //check if no of characters in a textbox is equal to 70 TextBox1.Text += "\n"; }
Comment