Ghost1372

everything can be handy

IsEnabledTextBox

Attributes

Name
Text

Example

1
2
3
4
5
6
7
8
9
10
<CheckBox Name="check">
<StackPanel Orientation="Vertical">
<TextBlock x:Name="IncludeInGlobalResultTitle"
Margin="0,10,0,0"
Text="Include in global result" />
<dev:IsEnabledTextBlock FontSize="{StaticResource SecondaryTextFontSize}"
IsEnabled="{Binding ElementName=check, Path=IsChecked}"
Text="Show results on queries without direct activation command" />
</StackPanel>
</CheckBox>

Demo

you can run demo and see this feature.

DevWinUI

DevWinUI

0%