I tried to create a custom user control in C# that handles other controls that are added to it. The custom control consists of two panels. What I\'m trying to achieve is, th
Why not just drag it into the panel, or give one of the panels a public accessor and do all your programmatic adding to that panel directly?