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.
我想在屏幕上显示动态数量的面板。它就像创建面板的列表视图。我想要一些允许我使用 .add 和 .remove 运算符从列表视图或其他控件添加和删除面板的东西。vb.net 现在有什么东西吗?
听起来您指的是FlowLayoutPanel,您可以使用它向其添加任何控件(在您的情况下,更多面板)。