HierarchicalDataTemplate and HeaderedItemsControl with ControlTemplate fails to show nested data

前端 未结 3 1916
忘了有多久
忘了有多久 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:40

    This seems to be the deal:

    
    
    
        
            
                
                    
                        
                        
                        
                    
                    
                        
                        
                    
                
            
        
    
        
    
        
            
        
    
        
            
                
                
            
        
    
    
    
    
        
        
    
    
    

提交回复
热议问题