WINUI3,WinAppSDK1.7实现Window的Min/Max width,height
来自github官方示例。public sealed partial class MainWindow: Window { private static WinProc newWndProc = null; private static IntPtr oldWndProc = IntPtr.Zero; private delegate IntPtr WinProc(IntP
Async
来自github官方示例。public sealed partial class MainWindow: Window { private static WinProc newWndProc = null; private static IntPtr oldWndProc = IntPtr.Zero; private delegate IntPtr WinProc(IntP
0x00.相关 Win UI 3.0 ContentDialog XamlRoot 0x01.现象使用win ui 3.0,创建content dialog,使用showasync(),报错Value does not fall within the expected range.ContentDialog contentDialog = new ContentDialog