问题
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