c# add user control in wpf project dynamically to other user control programatically
I’m working on a project with several UserControl
elements and MVVM
. The task is to create a dynamic user interface to prevent using any pop-up windows with Show()
or ShowDialog()
.