RichTextBox

Is it possible to set the bounds (any position and size) for each Line of text in RichTextBox? If not, how can you do it in C#?

1 Reply

AD Administrator Syncfusion Team May 30, 2003 01:13 PM UTC

You probably need to override the OnPaint event or something like that. That is, if you can on a rich text box. Some controls will not allow you to override some events. No error will be produced either. You code just won't execute in the overridden event.

Loader.
Up arrow icon