tags:

views:

29

answers:

0

I have implemented a user control in WPF and I try to use that in another program. When I try to drag and drop a button from toolbox to my usercontrol it is not added as a child of my usercontrol. It adds that button to my parent. How can i add a control from toolbox to my usercontrol??