views:

71

answers:

1

Hello,

Based on what Word, Wordpad, and Open Office Writer are showing there is no cell border which is correct. But in the RichTextBox control the borders are displayed. I need to hide the borders of the table/rows/cells in the richtextbox. Any help would be greatly appreciated. Please see the sample below for RTF.

{\rtf1\ansi\deff0 RichTextBox without borders ???? \line\par

\trowd\trgaph144 \clbrdrt\brdrs\clbrdrl\brdrs\clbrdrb\brdrs\clbrdrr\brdrs \cellx5000 Single border\intbl\cell \row\pard\par }

A: 

Thanks, I do understand that RTB is not substitue for word. I am writing this .Net App where I do not want to show the borders (Grid) in RichTextBox. I am looking if there is any spec or API to do that.