Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Windows 窗体应用程序中向具有许多控件的 Panel 控件添加滚动条?
只需将AutoScroll您的属性设置Panel为 true,它将为您处理添加滚动条。
AutoScroll
Panel
this.panel1.AutoScroll = true;