We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

info from a richtext cell

I see from other posts that it is not possible ResizeToFit a RichText cell (yet). Is it possible to extract the number of rows of text the cell contains? Thank you.

1 Reply

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.)

Loader.
Live Chat Icon For mobile
Up arrow icon