Hello support team. I am using the latest version of the NRichTextView (also happens in previous version) and encountering a problem when I construct tables in the control, SaveToStream in RTF format, then LoadFromStream. The structure of the table seems to change each save/load cycle. Here is what the first time I construct the tables (programmatically) looks like:
After I savetostream the next time I loadfromstream it looks like this
Notice the cells are larger and the cell contents apparently have margins around them. If I then savetostream again (such as adding a blank line after a table or inserting some text after a table) it looks even more strange:
I have attached a txt file with the RTF strings that resulted from the savetostream each time. Is there a reason why each string is different? Is there some setting I need to set on the table to prevent NRichTextView from changing the table structure?
Please let me know if you need additional information. Thanks very much!