How do I set my panel so it will only scroll horizontal? I have tried:
this.VerticalScroll.Enabled = false;
But it doesn\'t work.
If your panel does not perform AutoScroll, you can use its VScroll property:
yourPanel.VScroll = false;