本文介绍了表格中未显示网格线的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的
我正在设计表格,我看不到表格中的网格线.我有转到工具>选项>窗口表单设计器>常规并将显示网格设置为true.但是没有显示网格.我怎么看 网格?谢谢.
I am designing a form and I cannot see grid line in the form. I have goto Tools>Options>Window forms designer>General and Set Show Grid to true. But there is no grid shown. How can I view the grid? Thanks.
推荐答案
请将LayoutMode属性设置为SnapToGrid.
Please set the LayoutMode property to SnapToGrid.
哈里
这篇关于表格中未显示网格线的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!