I have a TableLayoutPanel which takes up the whole area that is in, dock fill. I have created a 3 by 3 table/grid. I want to set the height and width of the middle cell and then let everything else be auto size. This way the content in the middle cell is in the center of the container.
It looks like I am going about this the wrong way. What is the best way to center content in a container(panel)?