XamarinFormsExtensions.Controls
1.2.1
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
<PackageReference Include="XamarinFormsExtensions.Controls" Version="1.2.1" />
paket add XamarinFormsExtensions.Controls --version 1.2.1
#r "nuget: XamarinFormsExtensions.Controls, 1.2.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 1.4.3.6374)
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,951 | 1/15/2016 |
1.2.5-beta4 | 1,350 | 12/23/2015 |
1.2.5-beta3 | 1,304 | 12/22/2015 |
1.2.5-beta2 | 1,327 | 12/22/2015 |
1.2.5-beta1 | 1,341 | 12/21/2015 |
1.2.4-beta1 | 1,410 | 12/2/2015 |
1.2.3-pre2 | 1,392 | 11/4/2015 |
1.2.3-pre | 1,367 | 11/4/2015 |
1.2.1 | 8,626 | 10/21/2015 |
1.2.0 | 1,564 | 10/21/2015 |
1.1.0 | 1,965 | 10/6/2015 |
1.0.0 | 1,653 | 7/10/2015 |