My WPF datagrid\'s columns are fixed width, which means long text in the rows are cut off. How can I have the text wrap?
You can replace the cell with a Textblock with Textwrapping enabled. i.e.