I know there are already a few questions like this but I can’t seem to work out what to do, I have a button that I want to open a new Window, is there a way to do this in pure xaml? I don’t see how I can open the dialog without either calling it from my CodeBehind or ViewModel. I am not using any mvvm toolkits for this.
Share
you can do like this….
You can use
<x:Code>:The standard way to do this are commands.