Is there any way to control thickness of cell border in TableLayoutPanel?

拈花ヽ惹草 提交于 2019-12-11 12:05:18

问题


I am developing a Winform application with lots of TableLayoutPanel use.

If possible, I would like to set thickness of the cell borders zero or very small because hierarchical use of the TableLayoutPanel reduces width and height of actual cell contents.

I tried to search within MSDN and Google in vain. Any hint will be appreciated.


回答1:


Set Padding and Margin of your TableLayoutPanel to 0|0|0|0



来源:https://stackoverflow.com/questions/14238659/is-there-any-way-to-control-thickness-of-cell-border-in-tablelayoutpanel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!