wpf Listbox giving columns a header

前端 未结 5 661
谎友^
谎友^ 2021-01-12 00:37

I have the following markup (xaml):


                     


        
5条回答
  •  忘掉有多难
    2021-01-12 00:43

    I haven't run this so there might be some issue with the code but this will give you the idea to add headers to the ListBox

    
        
            
                
                    
                        
                        
                    
                    
                        
                        
                        
                        
                    
    
                    
                    
                    
    
                    
                    
                    
                
            
        
    
    

提交回复
热议问题