Scrollable Form in c#, AutoScroll=true doesn't work

后端 未结 3 1509
我在风中等你
我在风中等你 2020-12-19 07:26

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

3条回答
  •  离开以前
    2020-12-19 07:58

    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.

提交回复
热议问题