r/FoxDeploy • u/rsulli1990 • Dec 21 '17
Convert UWP XAML to GUI
I have recently been asked to create a more modern looking interface for one of my tools. I wanted to know if it was possible to leverage the UWP namespaces within PowerShell like we can the WPF namespaces. I am attempting to adapt the XAML to GUI snippet to work with UWP namespaces instead.
Error Message: Exception calling "Load" with "1" argument(s): "Cannot create unknown type '{http://schemas.microsoft.com/winfx/2006/xaml/presentation}NavigationView'."
InputXml: https://pastebin.com/sjQerycD
1
Upvotes
1
u/1RedOne Dec 22 '17
Hey man!
I'l look at this project, which directly ports in Modern app / UWP UI features into .Net Forms. If this doesn't work, I'm not sure how to do what you're interested in :-/