Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top