zspitz / ExpressionTreeVisualizer

Debugging visualizer for expression trees
MIT License
340 stars 26 forks source link

Implement MultiSelectTreeView control #24

Open zspitz opened 5 years ago

zspitz commented 5 years ago

Currently using https://unclassified.software/en/source/multiselecttreeview, and I also looked at https://github.com/cmyksvoll/MultiSelectTreeView

Required features:

Nice to have:

zspitz commented 4 years ago

Multiple DLLs are no longer an issue, as we are using Costura to load dependent DLLs. We are currently using MultiSelectTreeview. There are still two remaining issues:

zspitz commented 4 years ago

I've requested fixes for these issues:

and here is another alternative multiple-selection treeview:

zspitz commented 4 years ago

Another possible multi-selection treeview implementation: https://github.com/PropertyTools/PropertyTools