怎么将dataGridView第一列固定显示“前身”字样???固定显示的。求指导
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
this.dataGridView1.Columns["AddToCartButton"].Frozen = true;
转自微软MSDN: Freeze Columns in the Windows Forms DataGridView Control