I’m trying to work out whether it’s possible to have the “partially checked” checkbox style in wpf.
I can’t post a picture because I’m too new, but I’m talking about the checkboxes filled with green squares or suchlike.
Thanks
I’m trying to work out whether it’s possible to have the partially checked checkbox
Share
The
IsCheckedproperty is nullable for CheckBox, so if you bind to a nullable bool and assign null to it, the checkbox gets this partially checked style. Here is a picture