You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you experienced this same bug with .NET Framework?: Yes
Problem description:
DataGridView with manual added columns. If your set on all of the columns Visible = false and then set DataSource you'll get 2 bugs:
First column become visible to user.
If RowHeadersVisible = false and AutoGenerateColumns = false column header will be partially visible.
Expected behavior:
All columns must stay invisible.