TreeView 在哪里 class

Where is TreeView class

哪个 nuget 包包含 https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.treeview 中承诺的 UWP 的 TreeView class?

我以为它会在 W10 Fall Creators Update 中推出,但我有,但找不到 TreeView、TreeViewNode 等。

我在我的 UWP 项目中引用 Microsoft.NETCore.UniversalWindowsPlatform v6.0.1 和 NETStandard.Library v2.0.1。

更新 01/05/2018

TreeView 控件可在 2018 年 4 月更新


旧Post

TreeView 控件在 Fall Creators Update 中不可用

The TreeView control has been removed, but will be back soon in the next release of Windows and the Preview SDK.

来源:Windows 10 SDK Preview Build 16257 and Mobile Emulator Build 15235 Released

更新:

TreeView 控件现在可用于 Windows 10 SDK 预览版本 17061 或更高版本

查看 Windows 10 SDK Preview Build 17061 now available blog

中的 API 更新和添加部分

public class TreeView : Control
public sealed class TreeViewCollapsedEventArgs
public sealed class TreeViewExpandingEventArgs
public class TreeViewItem : ListViewItem
public sealed class TreeViewItemInvokedEventArgs
public class TreeViewItemTemplateSettings : DependencyObject
public class TreeViewList : ListView
public class TreeViewNode : DependencyObject
public enum TreeViewSelectionMode
public class TreeViewItemAutomationPeer : ListViewItemAutomationPeer, IExpandCollapseProvider
public class TreeViewListAutomationPeer : SelectorAutomationPeer