Hi, I have to develop a small app for which I have to create a user control which is intended to be something like a Table View.
On Form Load, the user should be asked about the number of rows of columns required on the form.
Once the user sets the number of cells, each cell should have a button and a Text Box inside it (grouped together). Please help me in creating the User Control. I am still a new learner. Thanks!