I have a grid whose rows need to be resized dynamically based on the view model. I\'d like to do something like the following:
I think the only problem with your Xaml code is that you're overwriting the DataTrigger by setting Height explictly on the RowDefinition. Try with using a Setter instead
RowDefinition