Reputation: 2114
Is there a way to launch a new window in WPF using XAML? Or does it have to be done from code behind?
Upvotes: 2
Views: 817
Reputation: 1022
I believe it can only be done from code-behind because window is a root-level element.
Upvotes: 0