DISQUS

DISQUS Hello! Emad Ibrahim is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

How to add a User Control to your WPF Window

Started by eibrahim · 10 months ago

In the window XAML add the namespace of your control. So, if your control is called MyControl and your project is called MyProj then most likely the full namespace is MyProj.MyControl.

The control might look like this:



<UserControl
x:Class=“M ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login