How get a WPF Datagrid with cells that wrap text instead of truncating it?

前端 未结 5 1125
你的背包
你的背包 2020-12-24 06:05

What must be done to get a WPF DataGrid with cells that wrap text instead of truncating it?

Right now when a text is bigger and don\'t fit in a column the text is tr

5条回答
  •  自闭症患者
    2020-12-24 06:28

    I made something similar to D.Rosados solution. Mine is however reusable if you have more columns that needs wrapping.

    
        
    
    
    
        
    
    

提交回复
热议问题