I am starting to use Blend and WPF in general. I created three user controls. I also created a window in which user controls should be placed.
Is there any constructor method, for example, dragging a user control into a window that will automatically display ?. Or introduce the only way to enable it in XAML?
source
share