I need a custom DataGridView that always has a checkbox column as first column.
I know how to achiveachieve this at runtime. Any chance to display the colcolumn in the designer?
When added in the constructor it is being displayed in the designer, but you can simply alter/remove it in the Columns collection editor. Can I prevent that?