Ok, another DataGridView issue: I have the AutoSizeMode for every column in my DataGridView set to AllCells. I also have the AutoSizeColumnsMode for the DataGridView itself set to AllCells. The ...
I know that Windows Forms are considered old fashioned, but I've got clients with applications that still use them. As I noted in my previous tip, I recently had to support letting the user sort by ...