I am using a ViewModelViewHost
in my ReactiveUI WPF application to display a view for an arbitrary viewmodel. When changing the viewmodel, the control fades in/out the view as a transition. I would like to disable this animation. I have found a Transition property but it seems this can only be used to change the transition, not disable it.
Is there any way to do this?