Is it possible to show multiple lines of text in grid cells using the .NET Compact framework? We need to create a grid where the middle column contains an address. We’d like to show this over multiple lines and (possibly) apply some formatting to the final line.
e.g.
123 Anywhere Street
Birmingham
B1 2DU
tel: 0123 555555
Take a look at Ilya Tumanov’s example of custom formatting data in the DataGrid. He does custom painting of cells in it.