Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Path 不是依赖属性,我们无法在运行时将值绑定到它。
那么什么是 MVVM 替代品呢?
我想在不编写代码的情况下实现如下所示:
<Binding Source="{StaticResource LocalDictionaryValues}" Path="{Binding Resource.Columns}"/>