I am trying to design a winform. The initial design has several rows, each with a label, a number entry box input, and an output text box. I have got the first row working.
Now I want to programmatically duplicate this row, several times. I have put the components into a panel (an container, with no frame). I was then hoping to clone this panel, and its content, set a now location, and label text for each.
I could probably workout how to do it all programmatically. However I want to layout the header and the first row, with the layout tool.
Am I going about this in a good way? What am I missing.