您如何支持将项目添加到嵌套的流程布局面板?

发布于 2024-07-17 13:08:28 字数 162 浏览 10 评论 0原文

我在表单上有一个 flowlayoutpanel (flowParent),它托管 flowlayoutpanels 列表(flowchild1、flowchild2 等)。

从表单级别,我如何将项目添加到 flowchild1. 本质上,我如何引用子 flowlayoutpanel?

I have a flowlayoutpanel (flowParent) on a form that hosts a list of flowlayoutpanels (flowchild1, flowchild2, etc).

from the form level, how do i add an item to flowchild1. essentially, how do i reference the child flowlayoutpanel?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉梦枕江山 2024-07-24 13:08:28

您可以在将该面板添加到外部面板时保留引用,也可以使用 Container.getComponent(int)。

You can either retain the reference when you add that panel to the outer panel, or use Container.getComponent(int).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文