yon*_*236 20 c# winforms
如何隐藏DataGridView的网格线?
我在互联网上搜索但没有找到解决方案.请帮忙,谢谢.
Har*_*san 45
你可以试试
MyGrid.CellBorderStyle = DataGridViewCellBorderStyle.None;
TBo*_*jnr 9
dataGridView1.CellBorderStyle = DataGridViewCellBorderStyle.None;
归档时间:
14 年,10 月 前
查看次数:
30705 次
最近记录:
6 年,8 月 前