Hi,
I am using WPF DataGrid.
Is there an event that fires after a row height changed.
When I edit datagrid cell, that textbox supports multiline. When I hit enter text box height is getting increased and because of that row height is getting increased. But at that time i dont get new row height.
So I thought may be there should be some event that fires after a row height changed.
Thanks
Dee