Làm cách nào để tôi có thể đặt giá trị thuộc Height
tính của điều khiển WPF trong mã C # thành " Auto
"?
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="Auto" />
<RowDefinition />
<RowDefinition Height="Auto" />
<RowDefinition />
<RowDefinition Height="Auto" />
<RowDefinition />
<RowDefinition Height="Auto" />
<RowDefinition />
</Grid.RowDefinitions>
Tôi muốn tái tạo hành vi này trong mã phía sau. Bất kỳ ý tưởng?