VB.NET: How do I dynamically add the number of rows I need – up to 50?

  Kiến thức lập trình

VB.NET: I have a form with 15 rows of various controls. This usually suffices for the amount of data (rows) I typically need; however, I sometimes need as many as 50 rows, but that is too long for a static form and typical user screen resolution. It also becomes unappealing to view.
After the 15th row, how do I dynamically add the number of rows I need – up to 50?

Ideally I would like to have a scrolling window within a form, but first things first…

I have only added 35 static rows. This will, at some time, not be sufficient.

New contributor

Richard McQuaide is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT