fer
0
Q:

how to change text in richtextbox wpf

richTextBox1.Document.Blocks.Clear();
richTextBox1.Document.Blocks.Add(new Paragraph(new Run("Text")));
0

New to Communities?

Join the community