Quote Originally Posted by Schmidt View Post
Nah - there's dozens of scenarios where UserControls which contain additional Controls make perfect sense.
And I also don't see, where the "additional dependencies" would come from (e.g. when you use only VBs intrinsic
Controls as constituent Controls within an project-private UC, then there's not a single extra-dependency needed).
If you read the OP it says
a number of constituent controls (CommandBox, Label, TextBox controls as well as subordinated user controls).
Also note that I said I would not want to use a UC that had several other UCs within it, it can cause a lot of issues and you have those extra dependencies of all the additional user controls and whatever dependencies they may have themselves. I believe in the K.I.S.S. principle

But yes there are cases were a user control would contain more than one control, a textbox and a label for example, but when you start placing other user controls within a user control that can get ugly.