José Ricardo Prado de Almeida
José Ricardo Prado de Almeida
adding option to use `Control.Invoke` on Binding updates because of UI Thread concurrency exceptions. Fixes #8582 Fixes #8532 ## Proposed changes - Add a constructor parameter to allow `Control.Invoke` execution...
### Background and motivation `Binding`s allow for Form `Control`s and models to be updated when their values are changed by the system in any way. This would allow the form...
### Is your feature request related to a problem? Please describe I have a WinForms application which uses CommunityToolkit.Mvvm for bindings. I am also using the same MVVM library to...