Right now, WPF 4.0 is not allowing to have one MultiBinding inside another. If you will try to do that, you will get an exception: BindingCollection does not support items of type MultiBinding. Only Binding is allowed. Here the workaround I found (it used from code, but I my case it was exactly what I […]
↧