XamarinFormsExtensions.Controls 1.2.1

There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package XamarinFormsExtensions.Controls --version 1.2.1
NuGet\Install-Package XamarinFormsExtensions.Controls -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XamarinFormsExtensions.Controls" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XamarinFormsExtensions.Controls --version 1.2.1
#r "nuget: XamarinFormsExtensions.Controls, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install XamarinFormsExtensions.Controls as a Cake Addin
#addin nuget:?package=XamarinFormsExtensions.Controls&version=1.2.1

// Install XamarinFormsExtensions.Controls as a Cake Tool
#tool nuget:?package=XamarinFormsExtensions.Controls&version=1.2.1

These custom controls make it faster and easier to create great apps using Xamarin.Forms.
The controls currently included are:
           
SimpleList: For small lists, the UI of the built-in ListView leaves a lot to be desired.  You can use a StackLayout, but then you lose the ability to have an ItemTemplate and ItemSelectedCommand.  That's what SimpleList was made for - it gives you the UI control of the StackLayout with the functionality of a ListView.  SimpleList is not nearly as performant as ListView, so please don't use it for large lists of data!
Works On: Android, iOS, WinPhone
           
GestureView: The gesture view control allows you to receive all those great native gestures like swipes, pinches, etc.  Just add the gesture view control as the container for whatever elements should recognize the gesture.
Note: Xamarin.Forms has had some bugs in the past with gestures being swallowed by controls and not reaching the gesture view. This depends on the version and controls that you are using, but if you experience problems, please check your Xamarin.Forms version.  The sample project on GitHub is currently using 1.5.0.6447 successfully.
Works On: Android, iOS

ZoomImage:  Pinch and zoom photos as well as double tap to zoom.  Control allows you to enable / disable scrolling, zooming, and control the scaling amounts.  As easy to use as the built-in Xamarin.Forms ImageView with even more capabilities!
Works On: Android, iOS

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6-beta 3,898 1/15/2016
1.2.5-beta4 1,316 12/23/2015
1.2.5-beta3 1,272 12/22/2015
1.2.5-beta2 1,291 12/22/2015
1.2.5-beta1 1,306 12/21/2015
1.2.4-beta1 1,373 12/2/2015
1.2.3-pre2 1,358 11/4/2015
1.2.3-pre 1,329 11/4/2015
1.2.1 7,889 10/21/2015
1.2.0 1,516 10/21/2015
1.1.0 1,912 10/6/2015
1.0.0 1,607 7/10/2015