TableLayoutPanel
The question is this: How do I create a picturebox (in code) and place it in a specified cell (row and column)?
I also want to be sure the picturebox "fills" the cell. Each cell is created with a fixed size.
Can I draw directly into a cell? Or do I need a picturebox? Some of the cells will have very small text drawn sideways. Others will have small text drawn the normal way. Others will have thick lines drawn in them.

