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