behaviors icon indicating copy to clipboard operation
behaviors copied to clipboard

Behaviors for Xamarin.Forms

Results 12 behaviors issues
Sort by recently updated
recently updated
newest added

Hello I have the xaml below which compiles fine but shows a weird error on InvokeCommandAction when designing the xaml. This is happening in XF3.6 ` ` With error: Property...

Use an ObservableCollection instead of custom BindableObjectCollection. Since we need to specify a template parameter, VS is enable to resolve it correctly. + update version number to 1.4.1

I am attempting to upgrade an existing Xamarin project to the latest versions of various libraries. The Xamarin forms themselves live in a shared .NET Standard library. My page has...

Hi, I've been using Behaviors without a problem until Xamarin.Forms v3.0. When I updated to Xamarin Forms v3.0, I got the below exception > Cannot assign property "Actions": Property does...

Hi @davidbritch I have a Switch inside a ListView. I would like to use EventHandlerBehavior with Toggled event, but I think I miss something: can you help me? Thanks

Whenever change is made in xaml with behaviors I got these errors: ``` Property 'Action' does not support values of type ... ``` These errors disappear after project build. ![image](https://user-images.githubusercontent.com/226822/49869699-75db3700-fe11-11e8-8eaf-733efaab48e6.png)

Awesome tool David. When i upgrade to XF 3.5, the following crashed Android now when an item is tapped. ``` ```

Hello and thanks for your great work. We are starting to use your package but won't be able to use it with already given RelayCommands from the existing viewmodels using...

Hello ! I have declared in many pages something like this: ``` ``` When I compile in debug I can run the application physically or in the simulator, but when...