英文: How to to handle temporary files cleanup in MvvmCross/WPF application 问题 我的基于MvvmCross的桌面应用程序(Wi...
“Canvas” 方法在 itemsControl 中不起作用。
英文: "Canvas" methods doesn't work in itemsControl 问题 Canvas 方法通常在 canvas 标签中使用时可以正常工作,...
如何在WPF中处理AuthenticationState?
英文: How to handle AuthenticationState in WPF? 问题 我有一个使用 JWT 从 API 获取用户声明的 .NET 7 WPF 应用程序。登录过程正常工作。但...
升级WPF应用到.NET 7时出现构建错误
英文: Build error when upgrading WPF application to .NET 7 问题 我正在尝试将一个WPF应用程序从.NET 4.6.1升级到.NET 7。在解决了...
When i use IoC container to control windows in WPF MVVM, Open Window workes, but Close Window doesn't work
英文: When i use IoC container to control windows in WPF MVVM, Open Window workes, but Close Window do...
如何在CommunityToolkit.Mvvm中将ObservableObject绑定到Task<T>?
英文: How to bind to Task<T> in ObservableObject from CommunityToolkit.Mvvm? 问题 ObservableObject...
如何在C# WPF中更新MenuItem控件模板
英文: How to update MenuItem Control Template in c# wpf 问题 我是新手c# wpf应用程序,我试图在c# wpf应用程序中使用样式更新默认的Menu...
WPF RowDefinition “collapse” 当 ActualHeight 低于阈值时将高度设置为 0
英文: WPF RowDefinition "collapse" as set height to 0 when Actualheight below threshold 问题 在...
更改绑定属性为什么在运行时不更新复选框的可视状态?
英文: Why doesn't changing the bound property update the checkbox's visual state during runtim...
如何在WPF中将多个PNG图像呈现为GIF?
英文: How to present multiple PNG images as GIF in wpf? 问题 我正在研究一个WPF项目。 我有40个带有透明背景的PNG文件,当我将它们拼在一起时,...
21