我有一个DataGrid
和两个StaticResource
。
我想将RowStyle
DataGrid 绑定到两个静态资源之一。
RowStyle="{StaticResource {Binding Status, Converter={StaticResource MyConverter}}}"
MyConverter 返回 StaticResource 的 Key。
但我得到这个错误:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.