Last Updated:
24 Jun 2019 09:59
by Vitalij
Introduce property controlling order of IsChecked values after click when three state is active
When IsThreeState property is true, after each click values of IsChecked property cycle like this: null -> false -> true. I would like to reverse this order to null -> true -> false in some cases and a property controlling that order would be a great help.