AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

Remove dependecy from System.Reactive package #166

Open workgroupengineering opened 1 year ago

workgroupengineering commented 1 year ago

I tried to work on this problem. The main obstacle I encountered is the lack of ISubject (used in the public TreeDataGrid API). Can i make a PR on the Avalonia repository that: