Multibinding generates “Cannot set MultiBinding because MultiValueConverter must be specified”

后端 未结 3 397
一个人的身影
一个人的身影 2021-01-18 03:41

I have a button with binding which works fine, see below:

3条回答
  •  再見小時候
    2021-01-18 04:13

    I know this thread is old, but I've faced the same problem yesterday where everything was written correctly yet the WPF was still refusing to locate the converter. What helped me was assigning the converter in the following manner:

    
    

    That solved the issue.

提交回复
热议问题