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/Silverlight 中的树有什么关系,以使所有节点对齐在同一级别?我的意思是我需要根和所有子元素与屏幕左侧的距离相同。那可能吗?实际上我使用的是 Telerik Silverlight RadTreeView。
欢迎任何帮助,谢谢
我特别不熟悉 Telerik 控件,但您可能需要做的是提供自定义 ControlTemplate。 本文包含有关自定义标准 WPF TreeView 的信息,这可能有助于您入门。