tags:

views:

47

answers:

2

Is there a way to launch a new window in WPF using XAML? Or does it have to be done from code behind?

+2  A: 

You have to do it from code behind.

siz
A: 

I believe it can only be done from code-behind because window is a root-level element.

Robin