I have a databound datagridview on a form that has a text column that is able to be wrapped. When the columns are refreshed the height of each row is reverted to a single line height even if the content of the row is wrapped (and therefore multiline).
I need to be able to determine programatically if the data in the column for a particular row is currently wrapping or not. Is there a property to check to see if the data is long enough to make it multiline?