tags:

views:

35

answers:

1

Hi,

I have custom usercontrol WPF, that I need to display it as WPF Window (with title bar and all other window features)

+1  A: 

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.

Maurizio Reginelli