Bind the height of a grid row to it's contents in WPF Bind the height of a grid row to it's contents in WPF wpf wpf

Bind the height of a grid row to it's contents in WPF


Did you try setting height to Auto to achieve what you want:

<RowDefinition Height="Auto"/>

(or am i thinking too simple here.. ?)