R
Robert Bravery
Hi all,
I'm new to C#. So excuse the obvious. I have a datagridview on a form. One
of the columns is bound to a table column that is of text data type. It
contains various lenths of text. I have set the column in the datagrid view
to autosize to fill, and the wrap property to true.
But because the text is aof varying sizes. How can I then get the rows to
autosize it height based on the text in there. So that the affect is that
the rows are not set to a single global size but will vary to accomodate all
text.
Thanks
Robert
I'm new to C#. So excuse the obvious. I have a datagridview on a form. One
of the columns is bound to a table column that is of text data type. It
contains various lenths of text. I have set the column in the datagrid view
to autosize to fill, and the wrap property to true.
But because the text is aof varying sizes. How can I then get the rows to
autosize it height based on the text in there. So that the affect is that
the rows are not set to a single global size but will vary to accomodate all
text.
Thanks
Robert