FormsPopup icon indicating copy to clipboard operation
FormsPopup copied to clipboard

Bindinng in FormsPopup

Open jpintor14 opened this issue 9 years ago • 0 comments

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?

jpintor14 avatar Jul 27 '16 10:07 jpintor14