How to wrap text in a winform Datagrid (vb.net)
Hi all:
I have a windows form that is using a datagrid to display query results from a table on a database. One of the fields can be a incredibly long string of text, or not. Is there a way to wrap the text in the datagrid column such that the row height can expand to show the wrapped text in the datagrid if the string is wider than the column?
Thanks in advance!
Cliff
|