## 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
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Dec 16, 2015
$ dotnet add package ZumeroDataGridNo README available.