It's really common the scenario where you need to negate a value that comes from the ViewModel. We end up using a Converter like the so called "InverseBoolConverter".
My question is: is there a handy way to avoid using a Converter that doesn't involve changing the ViewModel?
NOTE: I'm using ReactiveUI