fixes binding

This commit is contained in:
tian-lt 2021-06-15 13:20:01 +08:00
commit db0195b8b0

View file

@ -93,7 +93,7 @@
<Grid x:Name="LayoutGrid">
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
<RowDefinition Height="{Binding RowHeight, ElementName=HistoryList, Mode=OneWay}"/>
<RowDefinition Height="{x:Bind RowHeight, Mode=OneWay}"/>
</Grid.RowDefinitions>
<VisualStateManager.VisualStateGroups>