I have other-window.xaml file and trying to open this from window.xaml on button click. How did it without code-behind?
I have other-window.xaml file and trying to open this from window.xaml on button click.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could define the window as a non-shared resource and write an
InteractivityTriggerActionthat resolves the resource and callsShowon the window. That action can then be used in the combination with anInteractivityEventTriggeronClick.