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.
这似乎应该有一个如此简单的解决方案,但显然它没有。
我进行了广泛搜索,显然似乎无法添加虚线来连接 a 中的节点,这TreeView与 WinForms 等效项不同。
TreeView
我在网上找到了许多资源,人们已将 ControlTemplate 更改为具有连接线的资源。然而,在阅读评论和讨论时,他们似乎都有问题。
我将如何改变 ControlTemplate 来实现这一点?
正如所承诺的那样,我编写了控制模板以使 WPF TreeView 看起来像 Winform TreeView。
您可以在此处或此处找到所有代码和文件!
享受 !