-
|
The Avalonia 12.0.0-preview1 release seems to be incompatible with Steps to reproduceCreate a new project with Avalonia 12.0.0-preview1 packages, reference latest TreeDataGrid control per docs -- including the The project compiles successfully but crashes at runtime: The stack trace points to the TreeDataGrid style reference, namely: <StyleInclude Source="avares://Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml"/>Is there any TreeDataGrid package compatible with 12.0 available for testing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
The open-source No maintainers stepped up for the open source version of the control and the new closed-source control will supersede it's features soon: #19653 You have three options:
|
Beta Was this translation helpful? Give feedback.
-
|
I believe I had tested package version 11.3.1 which I assume is already under the new license, but unfortunately appears to be incompatible. |
Beta Was this translation helpful? Give feedback.
-
I have my own fixed version if you need right now, but its different package: https://www.nuget.org/packages/TreeDataGrid/12.0.0-preview1 |
Beta Was this translation helpful? Give feedback.
The accelerate controls needs to be compiled for 12.0 but currently they are not. There is some more work to do beforehand. But it is on the todo list, no worries.
Thank you for your understanding.