5

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?

Pondidum
  • 11,457
  • 8
  • 50
  • 69
leppie
  • 115,091
  • 17
  • 196
  • 297

1 Answers1

5

I found the answer here!

The key is ControlDesigner.EnableDesignMode().

leppie
  • 115,091
  • 17
  • 196
  • 297