Hello everybody,

By adapting the code I've found here I am able to programmatically add buttons to my form as needed, but what I would like to be able to do is add my buttons to particular cells in a tableLayoutPanel.
I assume that a tableLayoutPanel has some form of row / column coordinate system for addressing each cell but I'm not having any luck in figuring it out.

Does anyone have any ideas how I might go about this. Thank you for your help.


Regards,


The Thing.