In wpf forms, i have a checkbox which needs to be disabled without being greyed out.
x.xaml
<CheckBox Content="check" Name="AP" DockPanel.Dock="Top"
IsChecked="{Binding Path=check}"
Margin="0,0,6,8" />
i tried which is not working
<CheckBox IsHitTestVisible="False" Focusable="False" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With