Multiline text in ListView or Datagrid

  • Thread starter Thread starter Paul R
  • Start date Start date
P

Paul R

Hi,

I have Dataset to display in either a ListView or Datagrid, but some of the
columns may contain several lines of text.

I would like to dynamically set the height of each row depending on the
amount of text needed to be shown. I would then like to display the text in
multiline format, rather than the default single line.

Does anybody know how to do this, and whether it will be easier with a
ListView or Datagrid??? It is read only data so I do not necessarily need a
datagrid.

Thanks,

Paul
 
Back
Top