I have a panel inside a TabSheet of a Page control. The panel containes a lot of controls with deep hieararchy. Many of them have some events coded.
I want to move the whole content (all of the nested controls) to another TabSheet control.
I tried to select all the elements of the hierarchy and cut© it to the new TabSheet, but I end in an error ("Invalid floating point operation") and loose everything except some Pair splitters...
So, what is the easiest way to move a bunch of nested controls to another container control?