Info
Version: | 1.1.3 |
Author(s): | Zumero |
Last Update: | Wednesday, December 16, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ZumeroDataGrid |
Install
Install-Package ZumeroDataGrid
dotnet add package ZumeroDataGrid
paket add ZumeroDataGrid
ZumeroDataGrid Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.Forms(1.5.1)
Tags
- 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.