A
Adam Nowotny
I have a RichTextBox component that i use to display some formated text.
It turned out, that i also need to display tables in it. I thought about displaying it using some
Grid component. So i created it and added using
Me.RichTextBox1.Controls.Add(MyNewGridControl)
It displays...but it seems to be "outside" of the RichTextBox content. I want it be "anchored" in
the text, so i can scroll everything - as in Word document or IE window.
How to accomplish this ?
Or is there any component, that i can use to display text with pictures, tables ?
It turned out, that i also need to display tables in it. I thought about displaying it using some
Grid component. So i created it and added using
Me.RichTextBox1.Controls.Add(MyNewGridControl)
It displays...but it seems to be "outside" of the RichTextBox content. I want it be "anchored" in
the text, so i can scroll everything - as in Word document or IE window.
How to accomplish this ?
Or is there any component, that i can use to display text with pictures, tables ?