AD
Administrator
Syncfusion Team
November 15, 2003 07:02 AM UTC
I don't really have a good suggestion for this.
You could do something crude like count \par's in the string, but this would just give you the hard breaks. To actually get the true count I think you would have to use interop with the win32 control. (If you own our source code, you can look at RichTextPaint.cs in Shared to see how the grid uses interop to paint the richtext.)