Replies: 1 comment 3 replies
-
Maybe TreeDataGrid is for you? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am building an app that reads, modifies and writes game files. Due to some circumstances, I am deserialising them into a tree, and I am not using Reflection.
Here is how my node currently looks like (simplified):
I want to potentially achieve something similar to this or the property grid extension with some caveats:
I had a couple of ideas, but I am not sure how possible or efficient they are.
What would be the best approach? Any help or advice is appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions