TreeDataGrid
is a control for the Avalonia UI framework which displays hierarchical and tabular data together in a single view. It is a combination of a TreeView
and DataGrid
control.DataGrid
controlsTreeDataGrid
displaying hierarchical data:TreeDataGrid
displaying flat data:Avalonia.Controls.TreeDataGrid
NuGet package to your projectTreeDataGrid
theme to your App.xaml
file (the StyleInclude
in the following markup):