M
Mike Fellows
Hi,
Im populating a datagridview with a dataset using
datagridview.datasource = dataset.tables(0)
and this works fine in most cases, except when my dataset has multiple lines
of text in a single row
for example if i had an address stored as below:
street
address2
town
county
postcode
country
the above address would just show the intial line, my question is then how
do I get the datagridview to autosize on row height to show all the
available information
Thanks in advance
Mike Fellows
Im populating a datagridview with a dataset using
datagridview.datasource = dataset.tables(0)
and this works fine in most cases, except when my dataset has multiple lines
of text in a single row
for example if i had an address stored as below:
street
address2
town
county
postcode
country
the above address would just show the intial line, my question is then how
do I get the datagridview to autosize on row height to show all the
available information
Thanks in advance
Mike Fellows