Hello All,
I've written a custom control which is basically a panel (with added features). I would like it to behave as a true panel - i.e. be able to contain other controls. Currently, any controls I place "in" the panel actually attach to my test form - they will not move with the custom panel. Is there a way of making a custom control behave as a "true" container?
Many thanks.