C#之允许DataGridView选中整行...

//呵呵,界面设计器给我生成的代码如下
 
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 
 
//我改造后如下
 
this.dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
posted @ 2012-03-22 15:56  氺〤魚Oo。  阅读(145)  评论(0编辑  收藏  举报