Home > Blockchain >  Does .NET MAUI support WPF?
Does .NET MAUI support WPF?

Time:05-16

As we know we can create UWP applications in MAUI, Please let me know can we create WPF applications In .NET MAUI, If there is any possibility please let us know what is the approach for that.

CodePudding user response:

No. The docs clearly state

Windows apps built using .NET MAUI use Windows UI 3 (WinUI 3) library to create native apps that target the Windows desktop

CodePudding user response:

.NET MAUI does not support WPF. As seen on the Docs page, Windows is supported through Win UI for Windows 11 and Windows 10 version 1809 or higher.

  • Related