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.
1 parent 504be7b commit ff059b4Copy full SHA for ff059b4
MainDemo.Wpf/TextFields.xaml
@@ -79,7 +79,7 @@
79
x:Name="PhoneTextBox"
80
materialDesign:TransitionAssist.DisableTransitions="True"
81
Width="150"
82
- />
+ IsEnabled="{Binding ElementName=EnabledCheckBox, Path=IsChecked}" />
83
</StackPanel>
84
<StackPanel Orientation="Horizontal">
85
<TextBlock VerticalAlignment="Center" Margin="0 0 8 0" >Fruit</TextBlock>
0 commit comments