Posts

Showing posts from September, 2022

Window Form - Remove DataGridview Selector Column

Image
  It takes me some time to find a way how to hide DataGridView selector column. In fact, we had a property called RowHeadersVisible   we just need to set its value to false, so that the empty selector column will no longer appear in our data gridview. After applying to change its property to False , we do not see that column anymore in our result.