Cyker
0
Q:

limit line count richtextbox

var lines = richTextBox1.Lines;
richTextBox1.Lines = lines.Skip(lines.Length - 2).ToArray();
0

New to Communities?

Join the community