Merge pull request #158 from irihitech/numeric

Additional Fix of Numeric Height fix
This commit is contained in:
Zhang Dian
2023-03-27 23:54:50 +08:00
committed by GitHub
4 changed files with 24 additions and 0 deletions

View File

@@ -27,5 +27,15 @@
Maximum="100"
Minimum="0"
ShowButtonSpinner="False" />
<NumericUpDown
Width="200"
Classes="Large"
Maximum="100"
Minimum="0" />
<NumericUpDown
Width="200"
Classes="Small"
Maximum="100"
Minimum="0" />
</StackPanel>
</UserControl>