Dynamically added rows to a TableLayoutPanel are displayed on a different row position
问题 I am trying to dynamically add a TextBox to a TableLayoutPanel with the click of a Button. A Row is selected by click the mouse. Following a Row selection, a button click inserts a TextBox on the selected Row number. Problem is that after correctly displaying a TextBox 3 or 4 times on differently selected rows, further button clicks start displaying the TextBox on random rows, even if, debugging, the correct row number is shown. I need help please, here is the full code: public partial class