Displaying multiline text in a datagrid (WinForm)
Is there a way to default a datagrid to display multiple lines of text without having to click on each
individual cell?
Problem: I have several rows of data that I am displaying but because of screen space I can't
make the column width long enough to display the data. I've set the text columns to be multiline and wordwrap.
the problem is that when the datagrid first shows, I can only see the top line of text unless I click on the cell.
Your help is most appreciated....
|