C#C
C#16mo ago
dequyce

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
Screenshot_2024-09-10_152430.png
Screenshot_2024-09-10_152522.png
Was this page helpful?