-
|
I am struggling to get bindings working using MVUX for WinUI (sdk is 6.4.242). I have the below View and model: View: ` Model: }` I have followed the tutorials and looked at other code examples to see what I am missing but I am not seeing anything. When I use IState<> for IsRegistered and AdminApiUrl the View doesn't seem to bind to the properties, the textfield for AdminAPIUrl actually displays the Object.GetType() result which in this case is IState. If I switch to traditional public properties then they do bind and show in the View. The "Register" button just doesn't bind at all, regardless if I use an ICommand or directly try bind to the method. It doesn't seem to be a path issue otherwise the checkbox and textfield wouldn't bind to the traditional properties. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This seems to have resolved itself once I upgraded the Uno sdk to the latest version. Not sure what was going on but binding is working fine now. |
Beta Was this translation helpful? Give feedback.
This seems to have resolved itself once I upgraded the Uno sdk to the latest version. Not sure what was going on but binding is working fine now.