HierarchicalDataTemplate and HeaderedItemsControl with ControlTemplate fails to show nested data

前端 未结 3 1926
忘了有多久
忘了有多久 2021-02-11 07:13

I can get this pattern to work with Menu and TreeView but I must be missing something when I make an attempt with HeaderedItemsControl:

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-11 07:43

    HierarchicalDataTemplate is for tree views which have automatic child element expansion. In your case you can simply use a normal DataTemplate.

提交回复
热议问题