Vra

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 dit nuttig?

Oplossing

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

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top