
Hello,
I'm using Actipro's ThemedDataGrid, which inherits from WPF's DataGrid. As I know the datagrid should follow a similar behaviour as Excel sheet. The issue I want to clarify with you is the following: in Excel when user selects more rows and increases the height of some of the rows, then the height of the other selected are increased too. How to achieve this behaviour? I was not able to find some 'RowHeigthChanged' event ot something similar.