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.
我已经阅读了 HierarchicalDataTemplate 类的 msdn 文档,在页面底部的示例中,未指定菜单和树视图的模板。不指定模板怎么能工作???
它之所以有效,是因为以下规范HierarchicalDataTemplate:
HierarchicalDataTemplate
DataType="{x:Type src:League}"
然后模板将自动应用于所有类型的对象League。
League