Baochen Wang
Baochen Wang
I downloaded the 0.9.6 nuget package (https://www.nuget.org/api/v2/package/ModernWpfUI/0.9.6). There are no chinese resource assemblies in the latest 0.9.6. It should be the break changes from wpf: https://github.com/dotnet/wpf/issues/5381
An `AppBarToggleButton` in the `CommandBarFlyout` and it is binding to view model. The `CommandBarFlyout` will close immediately then it is opening if the `IsChected` in view model is not same...
The flyout in SecondaryCommands doesn't popup. But the WinUI support that. The test code in CommandBarPage.xaml: ```XAML ``` WinUI:  ModernWpf: 
Fixes #497 Problem: Refer to https://github.com/dotnet/msbuild/issues/3897 When building with dotnet cli, certain cultures cannot be utilized for resource localization, such as getting localized strings. This impacts both the build process...
**Describe the bug** CommandBarButton's flyout doesn't pup up when the button is in SecondaryCommands. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop/Platform (please complete the following information):**...
### Describe the bug The modal dialog flashes on macOS when clicking the parent window. https://github.com/AvaloniaUI/Avalonia/assets/1419783/55fb6ebe-ea16-4462-aba5-8badde0dfbb2 ### To Reproduce 1. Show modal with `ShowDialog` method. ``` var dialog = new...
### Is your feature request related to a problem? Please describe. Avalonia supports WindowState.Fullscreen, which allows a window to be displayed fullscreen on the current screen. This is a great...