I have created a text box and a button. When a value is entered and button is clicked, it should generate the same number of text boxes that I have entered in the text box field.
For example if I have entered a value 5 in the text box and clicked the button, then 5 text boxes should be generated automatically.
My question is how to align those text boxes vertically?
TableLayoutPanelin order to layout the new items.