WinUI 3 in WinAppSDK 2.3.2-experimentalA 馃И
Pre-release
Pre-release
·
397 commits
to main
since this release
WinUI 3 in WinAppSDK 2.3.2-experimentalA 馃И
This is the WinUI 3 release that ships as part of Windows App SDK 2.3 Experimental A. The headline WinUI change in this experimental flight is a DPI-aware way to size windows directly from XAML or code.
What's new
Window.WidthandWindow.Height. New properties let apps get and set a window's size in logical (client) pixels directly from code or markup, without reaching throughWindow.AppWindowand doing manual logical-to-physical DPI conversion. CompanionWindow.MinWidth,Window.MinHeight,Window.MaxWidth, andWindow.MaxHeightproperties constrain the window's size. (Community contribution originally by Morten Nielsen (@dotMorten)! 馃挅)
To see everything that's new and changed across the whole release, see the full Windows App SDK 2.3 Experimental A release notes.
Try it out
- Download the 2.3.2-experimentalA NuGet package to use WinAppSDK 2.3 in your app.
- Download and update the WinUI Gallery to see the WinUI 3 updates firsthand.
Getting started
To get started using Windows App SDK to develop Windows apps, check out the following documentation: