thoemmi / StickyWindows

Make your top-level windows stick when moved or resized.
MIT License
28 stars 9 forks source link

UWP support #2

Closed gthvidsten closed 7 years ago

gthvidsten commented 7 years ago

This isn't as much an issue as a general question.

Moving and resizing works just fine in WinForms and WPF, but what about UWP apps? Will this work by default with UWP apps, or do you need to add UWP support?

If the latter, are there any plans on doing that, and how soon? :)

thoemmi commented 7 years ago

I am afraid that it's not possible. StickyWindows relies on System.Windows.Forms, and that's .NET Framework only. UWP apps on the other hand use .NET Core. There might exist hacks to get it working, but you wouldn't pass the Windows Store certification.