Can't autoresize height of row ( datagridview in winform)
I I am using the DataGridView control for WinForms programming. I have set the WrapMode property to True and the AutoSizeRowsMode property to AllCells, but the height of the cell I am editing does not automatically adjust when I enter a lot of text, causing the cursor to move to the next line without expanding the cell height

