当前位置: 代码迷 >> ASP.NET >> 如何给DataGridView的某一标题删掉换成ChenkBox按钮(winForm)
  详细解决方案

如何给DataGridView的某一标题删掉换成ChenkBox按钮(winForm)

热度:6008   发布时间:2013-02-25 00:00:00.0
怎么给DataGridView的某一标题删掉换成ChenkBox按钮(winForm)
把DataGridView标题中的全选去掉,换成ChenkBox按钮……winForm

------解决方案--------------------------------------------------------
http://stackoverflow.com/questions/868654/how-to-have-checkbox-as-columnheader-of-datagridview-in-c-sharp

继承 DataGridViewColumnHeaderCell 重写
  相关解决方案