Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
WinUI 2.8 is the latest stable release of WinUI for UWP applications (and desktop applications using XAML Islands).
Note
For more information on building Windows desktop and UWP apps with the latest version of WinUI 3, see WinUI 3.
WinUI is hosted on GitHub where we encourage you to file bug reports.
All stable releases (and prereleases) are available for download from our GitHub release page or from our NuGet page.
WinUI packages can be added to Visual Studio projects through the NuGet package manager. For more information, see Get started with WinUI 2 for UWP.
What's New
- WebView2 is now available in WinUI 2. WebView2 enables you to embed web content in native applications with Microsoft Edge (Chromium). Check out Get started with WebView2 in WinUI 2 (UWP) apps for more info for how to use it in your app.
- The minimum supported version of WinUI 2 is now Windows 10, version 1809 - build 17763.
- Several bug fixes and improvements for a range of controls including TabView, NavigationView, InfoBadge, and ProgressRing.
- Improvements to accessibility and high contrast mode.
- AnimatedVisualPlayer.AnimationOptimization property to configure how animations are cached in an AnimatedVisualPlayer. See Configuring Animation Playback for info for how to use it in your app.
Examples
Tip
For more info, design guidance, and code examples, see Design for Windows apps.
The WinUI 2 Gallery app includes interactive examples of most WinUI 2 controls, features, and functionality.
If the gallery app is installed already, click WinUI 2 Gallery to open it.
If it's not installed, download the WinUI 2 Gallery from the Microsoft Store.
You can also get the source code from GitHub (select the winui2 branch).
Other updates
- See our Notable Changes list for many of the GitHub issues addressed in this release.