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

前端 未结 5 1135
你的背包
你的背包 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:50

    Thanks for your help @H.B., this did the trick for me (alignment is optional):

                   
        
            
                 
             
        
    
    

提交回复
热议问题