mthakershi
Programmer
Hi everyone,
I am trying to show a RTF document that has nested tables (2 levels) in my c# windows application. The control I am using to display this RTF is RichTextBox control that comes default with .NET framework 2.0.
The problem is it won't display the nested table as it does when I open the file in MS Word. It will simply not display the inner table and show all its cells in a sequence. It won't even show grids in the inner table. But the RTF will show OK in MS Word.
Help appreciated.
Malay
I am trying to show a RTF document that has nested tables (2 levels) in my c# windows application. The control I am using to display this RTF is RichTextBox control that comes default with .NET framework 2.0.
The problem is it won't display the nested table as it does when I open the file in MS Word. It will simply not display the inner table and show all its cells in a sequence. It won't even show grids in the inner table. But the RTF will show OK in MS Word.
Help appreciated.
Malay