2

I have developed a simple Windows Forms User Control. I drag and drop this user control on a form. How can I achive, that now I can put further controls from the toolbox dirctly on the user control in the form?

In other words, is it possible to use a user control like a container control?

Kottan
  • 4,944
  • 9
  • 41
  • 67

2 Answers2

4

is it possible to use a user control like a container control?

No.

You design the UC using its own files.

When you drop an instance of the UC on a Form, that instance is not usable as a Container/Parent.

H H
  • 263,252
  • 30
  • 330
  • 514
3

Apparently it is possible...

Community
  • 1
  • 1
MetaFight
  • 1,295
  • 14
  • 30