Is it possible to use Static or StaticResource in a WPF binding expression to achieve something like this IsChecked="{Binding MyArray[{StaticResource MyIntValue}].Value}" without using converter? Thanks
答案 0 :(得分:1)
No, not without a converter. The good news is that the converter is pretty trivial though!