AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
234 stars 49 forks source link

FlatTreeDataGrid do not support CTRL+A #239

Closed STRUGAT closed 8 months ago

STRUGAT commented 8 months ago

There is no way to select the entire table using CTRL+A

maxkatz6 commented 8 months ago

You can handle this combination by yourself and select it from the TreeDataGrid.Selection.