ZumeroDataGrid
## 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, and Windows Phone - Full API documentation in MonoDoc
Install
dotnet add package ZumeroDataGrid --version 1.1.2
Install-Package ZumeroDataGrid -Version 1.1.2
<PackageReference Include="ZumeroDataGrid" Version="1.1.2" />
Frameworks
No framework metadata available.
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.