111,126
社区成员
发帖
与我相关
我的任务
分享
this.dgv_Products.CurrentRow.Selected = true;
dataGridView1.Rows[dataGridView1.Rows.Count - 1].Selected = true;
dataGridView1.FirstDisplayedScrollingRowIndex = dataGridView1.Rows.Count - 1;