We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d909c4a + 07775a6 commit 8d9e2a8Copy full SHA for 8d9e2a8
source/NumericUpDownLib/Base/InputBaseUpDown.xaml
@@ -34,6 +34,7 @@
34
<TextBox
35
x:Name="PART_Measuring_Element"
36
Margin="0,0,1,0"
37
+ IsEnabled="False"
38
HorizontalAlignment="Stretch"
39
VerticalAlignment="Stretch"
40
HorizontalContentAlignment="Right"
@@ -50,7 +51,8 @@
50
51
x:Name="PART_TextBox"
52
Margin="1,0,1,0"
53
Padding="0"
- HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
54
+ HorizontalAlignment="Stretch"
55
+ HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
56
57
VerticalContentAlignment="Center"
58
AcceptsReturn="False"
0 commit comments