ZumeroDataGrid 1.1.3

Requires NuGet 2.5 or higher.

dotnet add package ZumeroDataGrid --version 1.1.3
NuGet\Install-Package ZumeroDataGrid -Version 1.1.3
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="ZumeroDataGrid" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZumeroDataGrid --version 1.1.3
#r "nuget: ZumeroDataGrid, 1.1.3"
#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 ZumeroDataGrid as a Cake Addin
#addin nuget:?package=ZumeroDataGrid&version=1.1.3

// Install ZumeroDataGrid as a Cake Tool
#tool nuget:?package=ZumeroDataGrid&version=1.1.3

## Features:

- Support for cell contents to be any Xamarin.Forms.View
- Scrolling, both horizontal and vertical
- Optional top frozen header row
- Optional left frozen column
- Separate View template for each column
- View recycling (If you have 1000 rows but only 10 can be visible, DataGrid creates 10 Views and reuses them.)
- Data row objects (provided to the DataGrid as an IList<object>)
- Strong integration with the Xamarin.Forms binding mechanism
- Automatic updates if an ObservableCollection is used for rows and columns
- Configurable row height (for all rows in the grid)
- Configurable column widths (can be different for each column)
- Configurable spacing between rows and columns
- Row selections
- Works with C#, F#, and XAML
- Support for iOS, Android, Windows Phone, Windows and Windows Phone 8.1
- Full API documentation in MonoDoc

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win is compatible. 
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.1.3 5,805 12/16/2015
1.1.2 1,546 7/8/2015