michaeled / FormsPopup

Xamarin.Forms Popup View
MIT License
75 stars 22 forks source link

Bindinng in FormsPopup #15

Open jpintor14 opened 8 years ago

jpintor14 commented 8 years ago

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?