Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...