Does anyone know how to determine the actual height of a row, at run time, in a DataGridView when text in one of the cells has caused a wrap?
I know that my grid has some rows with a wrapped text. Yet when I execute this: .Rows.Height it returns 20. That might be the programmed height, but it certainly isn't the actual height if there is wrapped text in one of the cells.
Thanks in advance,
Jerry
Jerry Scannell
I know that my grid has some rows with a wrapped text. Yet when I execute this: .Rows.Height it returns 20. That might be the programmed height, but it certainly isn't the actual height if there is wrapped text in one of the cells.
Thanks in advance,
Jerry
Jerry Scannell