Corcav.Behaviors
Corcav.Behaviors copied to clipboard
Behaviors Plugin for Xamarin.Forms
How to setup a commandparameter precisaly ?
how to use it with .net standards 1.4?
The ICommand is available in the BindingContext, SettingsViewModel **If I do this:** ``` ``` I get an exception, the command can not be found. The exception is thrown from https://github.com/corradocavalli/Xamarin.Forms.Behaviors/blob/master/Xamarin.Behaviors/Library/EventToCommand.cs:134...
Hi @corcav I have Tabbed page in my XF app And If I attach behavior to CurrentPageChanged event, then my app at starting is crashes See image with error below:...
Hi, I have a ViewModel based on MvvmLight ViewModelBase: In this viewmodel I have a list of objects and I need to call a method in the view model passing...
I am attempting to use put cannot find all the available values for EventName property. ItemTapped appears to be the ONLY one that I can get to work. MouseClick and...
BugFix: System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. at Corcav.Behaviors.EventToCommand.OnAttach ()
Hi, it's possible possible event to command in TextCell MenuItem? Look my sample below ``` ```
Is possible fire an Entry behaviou IsFocused?
I'd suggest adding a little more documentation to the ReadMe. It took me a while to figure out that my Forms PCL and my Android and iOS projects all need...