How do I group items in a WPF ListView

后端 未结 2 2057
挽巷
挽巷 2020-11-30 06:42

I have a ListView that I want to group results into, however the examples I am finding are not working. How can I group my results?

I want to group on t

2条回答
  •  再見小時候
    2020-11-30 07:11

    I think this can also be better, using a GroupStyle with a new ControlTemplate:

    
      
        
          
            
          
        
      
    

    ...

    
      
        
          
            
              
              
          
        
        
          
        
      
    
    

提交回复
热议问题