I have a TableLayoutPanel where each cell contains a single panel. I would like to be able to directly access any one of the cells by row and column and do something to the
I found it, it is layoutPanel.GetControlFromPosition(x,y);
layoutPanel.GetControlFromPosition(x,y);