英文: How to pass radio button IsChecked property as command parameter 问题 You can pass the IsChecked p...
Navigation with Shell 在 maui c# 中不工作得很好。
英文: Navigation with Shell don't work well maui c# 问题 我在Maui中创建了一个导航项目,我可以在第一页和第二页之间来回导航,但是当我从第二页...
MAUI: await Shell.Current.GoToAsync花费了太多时间
英文: MAUI : await Shell.Current.GoToAsync take too much time 问题 I am developing a project using MAUI ...
如何在设备重新启动时启动的广播接收器中获取配置值? (MAUI Android)
英文: How could I get a configuration value in a BroadcastReceiver that starts when the device reboots...
在CollectionView DataTemplate中的标签高度
英文: Label height in a CollectionView DataTemplate 问题 Objects 在 CollectionView 或 DataTemplate 中是否会自动填...
如何在.NET MAUI中创建一个非Shell应用程序?
英文: How to create a NON Shell App in .NET MAUI? 问题 我们已经做出了一个决定,使用Shell导航有点受限制和繁琐,我们打算使用我们自己的Flyout页面...
In a MAUI application, where is the best way to initialize some data when the application starts?
英文: In a MAUI application, where is the best way to initialize some data when the application starts...
.NET MAUI Blazor的浅色/深色主题,通过headcontent加载特定样式表。
英文: .NET MAUI Blazor light/dark theme, load specific stylesheets via headcontent 问题 I am creating a ...
AppResources.ResourceManager 崩溃并显示 FileNotFound 异常。
英文: AppResources.ResourceManager crashes with FileNotFound-Exception 问题 In your .NET MAUI App, you a...
.NET MAUI HorizontalStackLayout 触发器未触发。
英文: .NET MAUI HorizontalStackLayout Trigger not triggers 问题 以下是代码部分的翻译: 我想创建一个类似于向导的东西来拍照。我在网格中垂直地放置...
30