您如何支持将项目添加到嵌套的流程布局面板?
我在表单上有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在将该面板添加到外部面板时保留引用,也可以使用 Container.getComponent(int)。
You can either retain the reference when you add that panel to the outer panel, or use Container.getComponent(int).