I want to remove the border between 2 cells, and similarly, have a border around them if they were in the middle of a TableLayoutPanel. Say a 5x5 grid, and it was cells (2,3) and (2,4) how would this be done?
Asked
Active
Viewed 1,532 times
0
-
http://stackoverflow.com/questions/6239179/draw-borders-around-some-cells-in-a-tablelayoutpanel – VladL Feb 14 '13 at 17:40
1 Answers
0
Change the ColumnSpan of the controls inside the panel.

Abdusalam Ben Haj
- 5,343
- 5
- 31
- 45
-
-
check [this tutorial](http://blogs.msdn.com/b/jpricket/archive/2006/04/05/winforms-autolayout-basics-tablelayoutpanel.aspx) – Abdusalam Ben Haj Feb 14 '13 at 17:43