I am trying to make a sort of notification within my form. The panel will consist of a rich textbox followed by two buttons underneath it.
I would need a way of programatically displaying new panels with different data in each one and having it displayed so that it can be scrolled. Initially, i have tried to create a table layout panel and then a panel. I could not figure out how to create a new instance of the panel i created in designer to place it into the table layout.
If there is another simple way of achieving my goal of having a group of controls being added beneath each other programatically i would appreciate it.