I am using the standard DataGrid control in Silverlight 4. All data is readonly, i.e. no cell is editable.
Does anybody know how to display text in a cell such that it automatically wraps to the next line(s) (in the same cell) when the cell border is reached?
Any feedback is much appreciated.