kkonkle
Newcomer
I tried to search these forums for this, but none of the results seemed to be what I need.
I have a simple VB.Net form with the basic grid on it. It is not databound, I designed it at designtime and will fill it during runtime.
The one last thing I want to do is remove the first column, the one that has the selected rown indicator in it. I do not see any property in the DataGridView control for this, and if I try to do it at runtime "clientGrid.columns(0).width = 0" then it resizes my first column, and not the selected row column.
So does anyone know how I can resize this column to 0, or hide or remove the column entirely?
I have a simple VB.Net form with the basic grid on it. It is not databound, I designed it at designtime and will fill it during runtime.
The one last thing I want to do is remove the first column, the one that has the selected rown indicator in it. I do not see any property in the DataGridView control for this, and if I try to do it at runtime "clientGrid.columns(0).width = 0" then it resizes my first column, and not the selected row column.
So does anyone know how I can resize this column to 0, or hide or remove the column entirely?