Datagrid 上的默认单元格格式自动更改
我有一个数据网格,我正在尝试使用特定字体对其进行格式化。当前在 ColumnHeadersDefaultCellStyle、DefaultCellStyle、RowHeadersDefaultCellStyle、RowsDefaultCellStyle
上设置为 Arial 8
。
我正在尝试将字体更改为 Verdana 8
。但每次我尝试进行此更改并重建我的应用程序时,它都会恢复为 Arial 8
。
有人可以提供任何建议吗?
谢谢
I have a datagrid that I am trying to format with a specific font. It is currently set to Arial 8
on the ColumnHeadersDefaultCellStyle, DefaultCellStyle, RowHeadersDefaultCellStyle, RowsDefaultCellStyle
.
I am trying to change the font to Verdana 8
. But everytime I try to make this change and rebuild my application it reverts back to Arial 8
.
Can anyone offer any suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上找到的代码
我不知道为什么它没有在属性窗口中保留字体值,但我修复了它,但使用了我在 stackoverflow WinForms DataGridView 字体大小
I don't know why it is not keeping the font value in the Properties Window but I fixed it but using the code I found here on stackoverflow
WinForms DataGridView font size