I put a
<TreeView></TreeView>
on a Page, but these erros appears:
TreeView is not supported in a Windows Universal project.
The type 'TreeView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
Unknown type 'TreeView' in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'
On the Project this is set:
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
How to use the TreeView (and HierarchicalDataTemplate) in a UWP Project?