Is there any way to control thickness of cell bord

2019-08-09 22:32发布

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条回答
不美不萌又怎样
2楼-- · 2019-08-09 23:35

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

enter image description here

查看更多
登录 后发表回答