Search code examples
uwpmultibinding

Multibinding on Windows 10 UWP


Will multibinding be supported on Windows 10 UWP in a feature update? Or will the Compiled Data Binding support multibinding in the future?

I have two textboxes, and I would like to sum their content, divide it by 100, and store it in a third textbox using multibinding.

Any ideas?


Solution

  • In the Anniversary update of the Windows SDK this summer the call of a method with multiple properties will be possible. Then you can use that for the third textbox.