WinForm DataGridView制作表格

1、 将背景颜色改为白色 this.dataGridView1.BackgroundColor = Color.White; 或 2、 禁止启用添加,启用编辑,启用删除 this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1
posted @ 2017-09-03 00:42  涂山吕吕  阅读(2093)  评论(0编辑  收藏  举报