WPF: Is there a built-in TreeGrid / TreeListView?

前端 未结 7 1246
长情又很酷
长情又很酷 2020-12-29 21:05

I need something just like this:

(I need both the TreeView and the ListView aspects. That is, Hirearchy and Columns.)

But, I need it in WPF. is thi

7条回答
  •  借酒劲吻你
    2020-12-29 21:20

    You are looking for the TreeViewhttp://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.treeview.aspx:

    
        
            
                
                    
                        
                            
                                
                                
                            
                            
                            
                        
                        
                            
                            
                            
                        
                    
                
            
            
                
            
        
        
            
        
    
    

提交回复
热议问题