上一页 1 ··· 6 7 8 9 10
摘要: 在窗体load函数中 this.DoubleBuffered = true; //控件,需要反射的方式设置 Type dgvType = this.dgv.GetType(); PropertyInfo p = dgvType.GetProperty("DoubleBuffered", Bindin 阅读全文
posted @ 2021-11-12 14:51 212的s 阅读(95) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10