How to create dynamically C# panels
问题 I create a contact manager. The user can already enter some and they are stored in a file and re-opened when the program is started. Each contact is an object of my Person class. When launching the program (in Load()) I created a for loop until all contacts have been explored (contacts are stored when opened in a Person table) So now I come to my problem: I have a panel that is scrollable (I have enabled the option) and I would like every 50 pixels in height, that a new panel is created with