Hi,
I have custom usercontrol WPF, that I need to display it as WPF Window (with title bar and all other window features)
Hi,
I have custom usercontrol WPF, that I need to display it as WPF Window (with title bar and all other window features)
You have to use the Window element. It contains all the code to show a Window. If you have a UserControl try to put it inside a Window.