I have dataGridView with 3 columns in my C# winforms application. Two with text and one with image. I want to use row autosize for multiline text in first two columns, but not for image. Is that possible.
Asked
Active
Viewed 154 times
0
-
are you see this? https://stackoverflow.com/questions/18666582/datagridview-autofit-and-fill – Javier Jimenez Matilla Jun 21 '17 at 21:57
-
Yes, but thats for column width. I need row height. – koca2000 Jun 22 '17 at 17:01