Playground: UWP’s new TreeView, Data Binding and HierarchicalDataTemplates
In the latest Windows 10 SDK preview build (17110, get it here) there's a
TreeView
control available. You can read how to use it in the really great docs : https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/tree-view
Unfortunately the TreeView
does not support Data Binding yet. And as you might know, UWP has also (more…)