how to put usercontrol in toolbox
anyone can help me here?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lalit MPosted Jan 22, 2010, 2:19 AM
You can add your user control to Visual Studio Toolbox manually so the User Control is available all the time.
The following steps show how to do this.
1. Right click on Toolbox window.
2. Click Choose Items... menu on context menu.
3. Select WPF components tab on Choose Toolbox Items dialog window.
4. Click Browse... button, select your project assembly.
5. Select and add your user control to toolbox.
for reference
more info