Fit the row height dinamically in a datagrid
I am binding a datatable to a datagrid which has a tablestyle. One of the columns relates to a (potentially) large varchar field in the database, and I would like to expand the row height of those rows where the text flows over a single line.
PreferredRowHeight sets all rows to the same height, whether the text needs to wrap or not.
I would like to dynamically adjust the row height for those rows of the datagrid that require it as necessary.
How can i do that
|