D2
D2
@dipeshmsft Does it support KeyboardAccelerators? I don't see it mentioned here and no screenshot, too
@dipeshmsft I hope it has an option to show the hotkey, customize the hotkey text, similar to the WinForms's MenuStrip:
This issue happens with other layouts, too, such as `StackLayout`
> Fixed in [#5948](https://github.com/microsoft/WindowsAppSDK/pull/5948) Correct me if I'm wrong. I think the PR only fixes the order of `FileTypeChoices`, not the default extension `DefaultFileExtension` which is different issue
Thanks @Marv51! Looking forward to the new version!
@aepot I'm not sure about WPF, but in WinForms, it does not happen (as I'm porting my app from WinForms to WinUI3). Checking the docs, there is a similar property...
Hi @DinahK-2SO, thanks for looking into this issue. I am migrating a WinForms photo viewer to WinUI 3, my save flow is: 1. Users rotate an image, then click Save...
> 1. Could you share why the default warning prompt should be disabled? Is there any important information that the current prompt is missing? I used to use the default...
That's great news! @DinahK-2SO Looking forward to the new version