Xamarin.Forms.Behaviors icon indicating copy to clipboard operation
Xamarin.Forms.Behaviors copied to clipboard

Xamarin Forms Behaviors

Results 8 Xamarin.Forms.Behaviors issues
Sort by recently updated
recently updated
newest added

I put ItemTapped as event name and binded to a delegtecommand. But the argument is coming as null. DelegateCommand(async selected => { //do something }); Here 'selecte' is coming as...

Every time I try to add the NuGet package Xamarin.Behaviors to my MyXamarin.Forms.UWP project I get the error "Package restore failed. Rolling back changes for MyXamarin.Forms.UWP." I have been able...

Hi sir I see this stop update for a long time and the comments said support 1.3. So can I use this to Xamarin 2.2 ? Thanks

Trying to use EventToCommand with GestureRecognizers, no success with CommandParameter, here is the example: ``` ``` If you took off the of command on ViewModel, it works The error is:...

/// /// Invoked a command when an event raises /// public class EventToCommand : Behavior { private Delegate handler; private EventInfo eventInfo; ``` public static readonly BindableProperty EventNameProperty = BindableProperty.Create(p...

the detach() method is never fired.

The listView ItemSelected Command fires, but the CommandParameter are not set to the item in the ListView. If I change {Binding Model} it gets the data in the listview, but...