The UWP api is too simple.
even a same class or control, the UWP just give a faw property to use, in many times, for a same class, WPF/.NET FRAMEWORK give 15 properties, and UWP just give 5, and lack the necessary API for me.
So, can I use both UWP and wpf/.net framework class/control in my development?
I have seen desktop bridge, so, I think this is possible.
I am developing a completely new app, so I think the desktop bridge is too troublesome. I want to directly use .net framework class in my UWP project.
thank you