fixes binding (#1586)

This commit is contained in:
Tian L 2021-06-15 14:11:47 +08:00 committed by GitHub
commit 40ad24ff7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>