Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create user control in WPF and add in toolbox in other project.
When drag and drop my control on grid be visible in window, but don't work, only when dynamic add in code, that work right...
Why?
Posted
Updated 1-Jul-10 5:23am
v2
Comments
tiggerc 1-Jul-10 9:01am    
I always add user controls dynamically, becuase I had a similar issue in the past. Good luck.

1 solution

I found resolve!
Control must have name! :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900