Hello @andheum,
Any plans to add treeview component under UI Elements?
Thanks,
Dmitriy
Seems quite easy with XAML code.
But now comes the question: how to listen to updates within XAML element and how to communicate updates back?
Thanks,
Dmitriy
no, there are no plans to add a treeview. If someone wants to implement it and submit a PR, I’d be happy to review it.
You can’t interact dynamically (use the value listener, set values, etc) with XAML-generated elements. The listening functionality depends on custom code written around each element.
Clear, thx!