I want to add a table in a Rich Text Box with 2 Rows and 2 Columns, how can i do it?
Is there any way to add tables in a Rich Text Box?
Printable View
I want to add a table in a Rich Text Box with 2 Rows and 2 Columns, how can i do it?
Is there any way to add tables in a Rich Text Box?
If you are looking to do something like Word does with the standard rich textbox, you can forget about it. It doesn't support such things from what I know. You would have to go through the whole process of creating one of the newer version controls through API.
Do you have something in mind?