VB.NET - Hide the top left corner cell of a datagridview
问题 I have a datagridview with 3 rows and 2 columns. My rows and columns have headers. The problem is that i have an empty cell on the top left corner of my datagridview. I think it is the column header of my rowheaders or something like that. I don't success to hide this cell, is it possible ? Thank you Example : hide this cell | colHead1| colHead2 | -------------------------------------- firstname | x | y | lastname | x1 | y1 | society | x2 | y2 | EDIT : I tried to set the property dtgv