up vote 4 down vote favorite
3
share [g+] share [fb]

I have something similar to a wizard control, in the middle is a Panel I would like to use to place any child controls.

I have found using the ScrollableControlDesigner will allow dropped controls to be added to the custom/usercontrol, but this is not what I require. It needs to be added to the container, so layout can be applied without affecting the 'outer' controls (heading, navigation buttons).

I have tried various ways, that did not work, and looked hacky.

Any ideas?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

I found the answer here!

The key is ControlDesigner.EnableDesignMode().

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.