I have a form with 3 different controls in it, a Panel, a user control, and a button.
The form should work like this: The Panel Displays The user controls, the button1, adds another user control to the panel, and the user controls display different information.
The problem here is that I need to put a scroll bar (Horizontal) in the panel, so the user can view all the user controls, but I need to move all the user controls (no matter if there are 100 or more), but without moving the button1.
I have tried usingthe form property of AutoScroll, but it moves all the controls inside the form.