List<string> lines = new List<string>(tuaRichTextBox.Lines); lines.Sort(); tuaRichTextBox.Lines = lines.ToArray();