MockingBird
MockingBird
这个多选功能应该是比较常用的,按照文档的写法,要添加的内容比较多。如果封装成一个新的组件,又感觉怪怪的。 文档的写法好像是使用的字符串,能否让这个bind-value能支持自定义对象 class?类似wpf 的Listbox,数据源和选择项是同样的类型, 不然还得包装一下,有点繁琐。
> 计划中,但不确定能否在11.1beta期间做出来 哦哦
> If you use MultiSelection then you need to use `@bind-SelectedValues` instead of `@bind-Value` thanks. but this property is an IEnumerable type property. Do you mean it requires manual intervention...
Oh, I understand what you mean, but the property defined in the entity model is just a single Flags enum, not a collection property, so I still need to perform...
> > > If you use MultiSelection then you need to use `@bind-SelectedValues` instead of `@bind-Value` > > > thanks. > > > but this property is an IEnumerable type...
> 看起来您没有正确安装 MudExtensions 软件包。有关安装说明,请查看自述文件。需要添加脚本和css文件。 thanks, i will try it
I know that partial methods can be used to implement a method call, but now there are multiple properties, and I don’t want to use the PropertyChanged += PropertyChanged event...
> 请使用 Excel-DNA 的最新预发布版本(NuGet 包版本 1.9.0-beta2)重新测试此内容。 Hi, I'm experiencing an assembly version resolution issue after upgrading to ExcelDNA 1.9.0-beta. The application is unable to locate the correct assembly version at...
I've created a minimal reproduction solution to demonstrate this assembly version issue: [ExcelWithMvvm.zip](https://github.com/user-attachments/files/20451963/ExcelWithMvvm.zip)
@govert When I changed the target framework of the project file to .NET 8.0 (Windows-only), the line WeakReferenceMessenger.Default.Register(this); in the ExcelWithMvvm project started working correctly. This leads me to suspect...