Sorry if my question could appear silly, but I can't really find a solution. I'm developing with C# on VS 2008 SP1. The problem is that in the same form I have more than one panel, and each panel has some child controls. Now, when I move around the controls VS automatically set the parent of the controls to the panel I drop them into. Actually it's very difficult to make VS behave in the way I would like to, so I was wondering if it's possible to set the parent of a control without changing the code behind of the form. I mean, is there some function in VS I dont know about that allows to set the parent container of a control or something like that?
Thank you for your help
cold