-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I am trying build a form in the popup. I'm using MVVM architecture with FreshMVVM library.
But in the modal, the binding property doesn't work:
Entry cantidad = new Entry ();
cantidad.SetBinding(Entry.TextProperty, "Amount", BindingMode.TwoWay);
What I am doing worng?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels