【发布时间】:2018-11-13 13:28:18
【问题描述】:
我有 Windows 10 目标版本 Build 17134,最低版本是 Creators Update Build 15063
我通过 Nuget 包管理器安装了 Microsoft.UI.Xaml 2.0.18091
运行 VS2017 15.8.6
但我在工具箱中看不到 TreeView 控件
[更新]
当我尝试从 the docs 粘贴 Xaml 时出现错误
XAML1104 The type 'TreeViewNode' is not available in the target platform minimum version (10.0.15063.0) supported by this project
[更新]
我有 windows 版本 1809 和 build 17763
我有 SDK 10.0.17763
但工具箱中唯一的树视图是 Microsoft.UI.Xaml.Controls
【问题讨论】:
-
你试过为树视图编写 xaml 吗?使用命名空间“Microsoft.UI.Xaml”?