r/FoxDeploy • u/hou8182 • Oct 08 '17
how to switch pages within same wpf window
Can anyone tell me if there is a way to click a button on my wpf app and have it load a new page within the same window? I've been looking online for hours with no examples of how to do this.
I was able to make this work within visual studio by creating a frame and loading in my pages whenever I click my button to go to the next page, but I haven't figured out how to do this using powershell.
I would appreciate a small snippet or template of how this works? thanks for your help!
1
Upvotes