Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
$ dotnet add package Avalonia.Controls.DataGridThe official DataGrid control for Avalonia.
It displays repeating data in a customizable grid.
See the documentation for more information.
The DataGrid control was initially ported from Silverlight, and was previously part of the Avalonia main repository.
It now lives in its own repository: see this discussion for details.