Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbritch/behaviors
Behaviors for Xamarin.Forms
https://github.com/davidbritch/behaviors
Last synced: about 2 months ago
JSON representation
Behaviors for Xamarin.Forms
- Host: GitHub
- URL: https://github.com/davidbritch/behaviors
- Owner: davidbritch
- License: mit
- Created: 2016-02-22T11:12:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T17:12:44.000Z (almost 3 years ago)
- Last Synced: 2024-05-13T23:59:00.529Z (7 months ago)
- Language: C#
- Size: 257 KB
- Stars: 150
- Watchers: 14
- Forks: 31
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Behaviors ★154
README
# Behaviors for Xamarin.Forms
- Use v1.4.0 of the [NuGet package](https://www.nuget.org/packages/Behaviors.Forms/1.4.0) for compatibility with Xamarin.Forms 3.0.
- Use v1.3.0 of the [NuGet package](https://www.nuget.org/packages/Behaviors.Forms/1.3.0) for apps that use .NET Standard.
- Use v1.2.0 of the [NuGet package](https://www.nuget.org/packages/Behaviors.Forms/1.2.0) for apps that use PCLs.## Documentation
- [Behaviours Library for Xamarin.Forms](http://www.davidbritch.com/2016/02/behaviours-library-for-xamarinforms_24.html)
- [EventHandlerBehavior and InvokeCommandAction](http://www.davidbritch.com/2016/02/xamarinforms-behaviors.html)
- [EventHandlerBehavior and InvokeMethodAction](http://www.davidbritch.com/2016/03/xamarinforms-behaviors.html)
- [EventHandlerBehavior and SetPropertyAction](http://www.davidbritch.com/2016/03/xamarinforms-behaviors_14.html)
- [DataChangedBehavior and InvokeCommandAction](http://www.davidbritch.com/2016/03/xamarinforms-behaviors_21.html)
- [DataChangedBehavior and InvokeMethodAction](http://www.davidbritch.com/2016/04/xamarinforms-behaviors.html)
- [DataChangedBehavior and SetPropertyAction](http://www.davidbritch.com/2016/04/xamarinforms-behaviors_13.html)
- [Support for Page Level Behaviors](http://www.davidbritch.com/2016/04/xamarinforms-behaviors-support-for-page.html)
- [Xamarin.Forms Behaviors: New Actions](http://www.davidbritch.com/2016/05/xamarinforms-behaviors-new-actions.html)
- [Xamarin.Forms Behaviors: FadeAction](http://www.davidbritch.com/2016/06/xamarinforms-behaviors-fadeaction.html)
- [Xamarin.Forms Behaviors: TranslateAction](http://www.davidbritch.com/2016/06/xamarinforms-behaviors-translateaction.html)
- [Xamarin.Forms Behaviors: ScaleAction](http://www.davidbritch.com/2016/06/xamarinforms-behaviors-scaleaction.html)
- [Xamarin.Forms Behaviors: RotateAction](http://www.davidbritch.com/2016/07/xamarinforms-behaviors-rotateaction.html)
- [Behaviors Library 1.4](https://www.davidbritch.com/2018/05/behaviours-library-14.html)
- [Xamarin.Forms Behaviors: GoToStateAction](https://www.davidbritch.com/2018/05/xamarinforms-behaviors-gotostateaction.html)
- [Xamarin.Forms Behaviors: EventHandlerBehavior and the SourceObject](https://www.davidbritch.com/2018/06/xamarinforms-behaviors.html)
- [Xamarin.Forms Behaviors: InvokeCommandAction and ConverterParameter](https://www.davidbritch.com/2018/06/xamarinforms-behaviors_12.html)