Let's look WinUI 3.0 alpha
Published Nov 05 2019 02:17 AM 4,780 Views
Microsoft

At Ignite 2019, WinUI 3.0 Alpha was released. The details are as following links:

From the link, you can get a vsix file to project templates for WinUI 3.0. After installing it, you can find many templates for WinUI.

clipboard_image_0.png

Let's look the Blank App(WinUI UWP) C#

There is a Microsoft.WinUI version 3.0.0-alpha.19101.0 package reference. Under Microsoft.WinUI.Controls namespace, there are already a lot of controls, we can use them.(But there are a few limitation in alpha version.)

clipboard_image_2.png

 

It works almost all fine.(Alpha version has a few limitation, for ex: transparency, etc...)

clipboard_image_1.png

Features still not implemented in this version

One of great features of WinUI 3.0 I think is to support XAML Islands. XAML Islands is working currently on Windows 10 1903.

However, WinUI 3.0 is going to support Windows 10 Creators Update or above. After end of Windows 7 support, we can use all UWP controls on our Win32 apps(exclude running on Windows 8.1).

I'm really looking forward to be released it.

 

Conclusion

I just looked a project template for Blank App(WinUI UWP) in this article.

It was already worked fine.

I think it is great milestone for Windows Developers, if you feel it is interesting, then please check update info of Windows UI Library from the repository.

https://github.com/microsoft/microsoft-ui-xaml

 

Happy developing Windows app!

 

 

 

Version history
Last update:
‎Nov 05 2019 02:17 AM
Updated by: