How to control layout of both TabControl.ItemTemplate and TabControl.ContentTemplate with ReactiveUI View Location?
I have a TabControl
which I’m trying to hook up to a collection of ViewModel
s with ReactiveUI. The ViewModels are various subclasses of a particular base class, and there are different Views defined for the different subclasses, which are resolved by a ViewModelViewHost
in the TabControl.ContentTemplate
.