Skip to main content
added 4 characters in body; edited title
Source Link
Wyck
  • 12.1k
  • 8
  • 50
  • 93

Design time DataGridView columcolumn that cannot be removed?

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?

Design time DataGridView colum that cannot be removed?

I need a custom DataGridView that always has a checkbox column as first column.

I know how to achive this at runtime. Any chance to display the col 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?

Design time DataGridView column that cannot be removed?

I need a custom DataGridView that always has a checkbox column as first column.

I know how to achieve this at runtime. Any chance to display the column 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?

Source Link
Piglet
  • 29.3k
  • 3
  • 31
  • 51

Design time DataGridView colum that cannot be removed?

I need a custom DataGridView that always has a checkbox column as first column.

I know how to achive this at runtime. Any chance to display the col 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?