O
Ohad Young
Hi,
I was wondering if there is a possibility to update the content of a
RichTextBox control with a mixture of formatted text (for example bold or
underline) containing in one action. I would like to speed things up and
use a StringBuilder to store the text and its formatting instead of doing a
lot of string concatenations using the SelectedText property.
Any ideas?
Thanks in advance, Ohad
I was wondering if there is a possibility to update the content of a
RichTextBox control with a mixture of formatted text (for example bold or
underline) containing in one action. I would like to speed things up and
use a StringBuilder to store the text and its formatting instead of doing a
lot of string concatenations using the SelectedText property.
Any ideas?
Thanks in advance, Ohad