Word's Table Control?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am looking for a way to get something similar to the tables that are seen in Word. I can draw a table onto a RichTextBox control using the appropriate RTF syntax, but what I would ultimately like is the ability to resize columns and rows using the mouse. Does anybody know how this is done? Is there a third party control that allows this to happen? I suppose you could trap mouse movement and such, but this seems really hard, because how would you even know where the table is within the textbox? Thanks in advance, Eric