0

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?

Dan Barker
  • 25
  • 1
  • 5
  • http://stackoverflow.com/questions/6239179/draw-borders-around-some-cells-in-a-tablelayoutpanel – VladL Feb 14 '13 at 17:40

1 Answers1

0

Change the ColumnSpan of the controls inside the panel.

Abdusalam Ben Haj
  • 5,343
  • 5
  • 31
  • 45