-->

Is there any way to control thickness of cell bord

2019-08-09 23:19发布

问题:

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