HasWrapText

I need to know if the text in my cell is wrap or not. I tried <> propertie but no matter what it is always false. Anyone know how to do this?

1 Reply

AD Administrator Syncfusion Team June 13, 2003 09:54 PM UTC

The HasWrapText property is not intended to indicate whethe rthe text in a cell is wrapped or not. It indicates whether this particular style has the WrapText property explicitly set. I don't know a good way to decide whether the text in a cell is wrapped. You could use Graphics.MeasureString to get the size of the string and compare it to the width of the column. There might be a better way.

Loader.
Up arrow icon