fix: fix DataValidation MinHeight.

This commit is contained in:
Zhang Dian
2024-04-12 20:06:55 +08:00
parent 9e26d5f20b
commit 5947fc70eb
7 changed files with 8 additions and 6 deletions

View File

@@ -150,7 +150,7 @@
Grid.ColumnSpan="2"
Width="242"
MinWidth="242"
MinHeight="0"
MinHeight="{TemplateBinding MinHeight}"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Background="{TemplateBinding Background}"