What are the rules which I have to respect to make the Form scrollable...
I simple set the Property AutoScroll
to true.
I also tried while Auto Sc
I was also having the same problem, I managed to fix it... All the child controls inside the panel had a Left & Right anchor, and when I only set the anchor to Top, the scrollbars where working fine.
I am not sure as to why the Left and Right anchor (of the child controls) forces the panel not to show scrollbars.
But anyways... hope this will help anyone as of this date.