I don't think there is an AppendText method, but you could just add onto the existing text, such as:
this.ultraFormattedTextEditor1.Text += "Blah";
-Matt
Hello,
Is there any plan to add an AppendText to the FormattedTextEditor?
The problem with using .Text += "Blah" is that when you have very long texts, C# get enormous text objects to dissallocate from memory everytime you add something to the text. I am currently using version 8.2 of the Infragistics components, has something been added relating to this feature since then?
Regards, Johan