If you make a TabControl and assign a region name for it, if you add EXACTLY one view for the regionname using RegionManager.RegisterViewWithRegion only the header of the first tab will be shown, not the content of the tab, i.e. the view is not being activated. If you add more than one view for the region name, the first tab is shown. It could seem like there's an error when EXACTLY one view is being added for the region name.
Is it correct that there's such an error in PRISM.
Do some of you know how to fix the error.
Is it correct that there's such an error in PRISM.
Do some of you know how to fix the error.