XamarinFormsExtensions.Controls 1.2.4-beta1

This is a prerelease version of XamarinFormsExtensions.Controls.
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.4-beta1
                    
NuGet\Install-Package XamarinFormsExtensions.Controls -Version 1.2.4-beta1
                    
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.4-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XamarinFormsExtensions.Controls" Version="1.2.4-beta1" />
                    
Directory.Packages.props
<PackageReference Include="XamarinFormsExtensions.Controls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XamarinFormsExtensions.Controls --version 1.2.4-beta1
                    
#r "nuget: XamarinFormsExtensions.Controls, 1.2.4-beta1"
                    
#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.
#:package XamarinFormsExtensions.Controls@1.2.4-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XamarinFormsExtensions.Controls&version=1.2.4-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=XamarinFormsExtensions.Controls&version=1.2.4-beta1&prerelease
                    
Install as a Cake Tool

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 4,273 1/15/2016
1.2.5-beta4 1,570 12/23/2015
1.2.5-beta3 1,522 12/22/2015
1.2.5-beta2 1,539 12/22/2015
1.2.5-beta1 1,554 12/21/2015
1.2.4-beta1 1,620 12/2/2015
1.2.3-pre2 1,602 11/4/2015
1.2.3-pre 1,580 11/4/2015
1.2.1 8,992 10/21/2015
1.2.0 1,786 10/21/2015
1.1.0 2,180 10/6/2015
1.0.0 1,866 7/10/2015