Skip to content

WinUI 3 in WinAppSDK 2.3.2-experimentalA 馃И

Pre-release
Pre-release

Choose a tag to compare

@agniuks agniuks released this 30 Jul 22:54
· 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.Width and Window.Height. New properties let apps get and set a window's size in logical (client) pixels directly from code or markup, without reaching through Window.AppWindow and doing manual logical-to-physical DPI conversion. Companion Window.MinWidth, Window.MinHeight, Window.MaxWidth, and Window.MaxHeight properties 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

Getting started

To get started using Windows App SDK to develop Windows apps, check out the following documentation: