Hi,
I am having a lot of difficulties with the DataGridView control in Windows Forms. No matter what I do, I can not affect the height of rows in any way, shape, or form. I try to set the grid's properties so that it will automatically resize to row contents, but it does nothing. In addition, trying to directly set the row's height does nothing. Even when I check off the option to allow the user to resize the row, when the program is running there are no handles for the user to do any resizing.
No matter what I do the rows are stuck at their default height no matter what I try to do to them or put in them. For reference, my rows are being added programatically with the AddRow method.
Any help is greatly appreciated.