Just set the AutoScroll property of your Panel to true and it will handle adding the scrollbars for you.
this.panel1.AutoScroll = true;
Just set the AutoScroll property of your Panel to true and it will handle adding the scrollbars for you.
this.panel1.AutoScroll = true;