Variable datagrid rows height

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all.
I need to change datagrid rows height dinamically, so each row shows
all the text contained in the cell.
There is a "PreferredRowHeight" property in the TableStyle of a datagrid,
but it change all rows height to the same value. I need to have different
row heights.
Can you help me??

Bye
Francesco
 
Hi Francesco,
I am sorry, but I do not think this is possible with
the DataGrid supplied by microsoft. There are other third party products out
there which can do this if you have a look. I have seen this question asked
a number of times before, the only thing you can do is to alter all of the
rows to a height.

Regards - OHM
 
Back
Top