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
I made something similar to D.Rosados solution. Mine is however reusable if you have more columns that needs wrapping.