Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是WPF的新手。问题是关于在 WPF 中显示树结构。
我有一个 WPF 应用程序,它将连接到远程数据库。数据库中的一个表(分类表)有两列:“父节点”(varchar(50))和“子节点”(varchar(50))。现在我想显示那个系统发育树(如图所示)。树上的每个节点都与一个复选框耦合,因此用户可以根据需要选择多个节点。
由于缺乏 WPF 知识,我真的不知道如何实现这一点。这里应该使用哪些控件(或控件组合)?在这种情况下是否需要 WCF?
提前致谢。
非常感谢任何建议或教程。