J
JezB
I have a RichTextBox that I am formatting with colours/fonts etc. But
whenever I append some text on the end it's losing all formatting, eg:-
output.Text += "some extra text";
This reverts the existing text to the base colours/font even though I have
previously applied and seen the correct formatting.
How can I append text without losing all my formatting?
whenever I append some text on the end it's losing all formatting, eg:-
output.Text += "some extra text";
This reverts the existing text to the base colours/font even though I have
previously applied and seen the correct formatting.
How can I append text without losing all my formatting?