DataGridView - Invisible Column still shows up in the column list

Answered
0
0

I have a few invisible columns containing IDs that the user does not need to see. However, they still show up in the column selector but can never be seen anyway. It’s confusing the user.

 

Assuming that the column selector is using the Visible property to hide/show the column – is there a way to hide unwanted columns from the user ?

  • You must to post comments
Best Answer
1
0

Hi Edmond,

there is a property ShowInVisibilityMenu that you can set to false to exclude columns from the column selector.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.