How to setup a grid as template for an Items control?

前端 未结 2 1782
北海茫月
北海茫月 2021-02-07 03:55

I\'m trying to create an ItemsControl that uses a grid as its ItemsPanel in such a way that it has two columns, where the first columns width is the wi

2条回答
  •  暖寄归人
    2021-02-07 04:09

    You can use a ListView

    
        
            
                
                    
                
                
                
            
        
    
    

    the ColumnHeaderContainerStyle hides the GridViewHeader

提交回复
热议问题