Avalonia.Controls Namespace

Provides the TreeDataGrid control, row-source abstractions, hierarchical index types, and control-level event args used by most applications.

Classes (31)

Structs (2)

Interfaces (2)

Enums (2)

Remarks

Start here when you need to host TreeDataGrid in XAML, bind a FlatTreeDataGridSource<TModel> or HierarchicalTreeDataGridSource<TModel>, and translate between model indexes and realized rows.