Open jcoliz opened 3 months ago
It's 2024, why still using runtime bindings??
Also remember, compiled bindings default to onetime, which is almost never what we want.
See 4966 in https://github.com/microsoft/microsoft-ui-xaml/issues/. Cannot use converters with compiled bindings when the root is a window.
It's 2024, why still using runtime bindings??
Also remember, compiled bindings default to onetime, which is almost never what we want.