I am looking for a way to display all of the text in a
column without having the user actually tab into the
column or having the column width be really huge.

I have a readonly datagrid in a windows form and I would
like the comments field to word wrap. I have changed the
row height and the column width, but the user still has to
tab or click in the column to see all of the text.

I have tried setting the DataGridTextBoxColumn style to
wordwrap - but I think that this only works if the column
is being edited. (the datagrid is never allowed to be
editied)

Any help would be appricated.

darkd