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
<PackageReference Include="ZumeroDataGrid" Version="1.1.3" />
paket add ZumeroDataGrid --version 1.1.3
#r "nuget: ZumeroDataGrid, 1.1.3"
// 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 | Versions 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. |
-
- Xamarin.Forms (>= 1.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.