How to port a WPF Treeview App #3772
Unanswered
msavazzi
asked this question in
Questions & Help
Replies: 1 comment
-
@msavazzi the platform's WinUI library has a TreeView control, docs here. I'd try that first by downloading their NuGet package. If it doesn't suit your needs or has an issue, please open a new issue on their repo with details of what wasn't working. I know they've worked on it a bit over the past couple of years, but not sure if a full WPF stop-gap analysis has been done by anyone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an app whose core is a treeview list of customer and visits. It is not just 1 one level customer -> visit but multiple levels as each visit can have sub visits.
Also the visits could be of different types.
On WPF I manage everything with treeviews and data templates with a bind to the visit.type.
Looking and UWP controls I've not seen a good treeview implementation also I'm not sure it would be the correct way to proceed.
I've seen the master-detail control and example and is nice... but I need to have not only the customers on the left :)
Can you help me understand which could be the best way forward?
Thanks,
M
Beta Was this translation helpful? Give feedback.
All reactions