Hi,
I've created a base user control from which I want to inherit to create custom controls. This control will be used for data entry and includes a tablelayoutpanel control and panels.
When I inherit from the base control, the derived control will not allow the dragging and dropping of controls from the toolbox. I know this is something to do with System.componentmodel (http://support.microsoft.com/kb/322222) but I can't seem to get it to work.
The base control comprises of
- Tablelayoutpanel contains
- First cell of tlp contains a Panel control
I want to be able to create a new user control, inherit from the base one as structured above and make the panel act as a container for further controls. At present, I receive the 'no drop' notification and the control has an icon of a padlock.
Can someone please help me out?
Many thanks