AvaloniaUI / Avalonia.Controls.TreeDataGrid

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

[Suggestion] Use the same default colors that the TreeView control #244

Open dbriard opened 6 months ago

dbriard commented 6 months ago

I think it could be a good idea to use the same theming that the TreeView control for the TreeDataGrid.

At the moment, only the selected state is styled, but there is no pointerover, disabled, or pressed states... which require to always override the default style in different projects that are using that control.