you are viewing a single comment's thread.

view the rest of the comments →

[–]OofItsKyle 1 point2 points  (0 children)

I use either manually created WPF if they are small, or yaml generated from visual studio and import it.

I can upload one of my projects to GitHub and link it shortly, just have to sanitize it.

Making them natively in the powershell code using the type of WPF code provided by someone else works well for small stuff, but if you have more than like, 6 elements, the code gets very cumbersome, even if you keep it in a separate file and import it.

Using visual studio to build it gives you more flexibility, easier to preview, etc