Issue
Can we use Windows UI Library in Xamarin UWP (windows mobile app). As I go through https://docs.microsoft.com/en-us/windows/apps/winui/.
The Windows UI Library (WinUI) is a native user experience (UX) framework for both Windows Desktop and UWP applications.
what is the difference between xamarin UWP and UWP application?
Solution
Can we use Windows UI Library in Xamarin UWP (windows mobile app)
You could use Windows UI in Xamarin UWP, but it could not be written in the Xamarin Forms project, it could only used in to UWP client project. However, Xamarin UWP UI interface was rendered by Xamarin Forms. So it does not make sense that use Windows UI in Xamarin UWP.
For your scenario we suggest use WinUI in pure UWP project.
Answered By - Nico Zhu - MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.