This has been giving me pain for some time.
I know Prism injects views into regions, however is there a way of doing a similar sort of thing with Cinch, on a view first basis? For example I have a container (effectively a region) which can contain any view at runtime - I don't particularly want to set the view explicitly in XAML as this will load it up, and it's a bit messy. Is there a container that I can use for this? And how would I go about it? (doesn't have to be Cinch specific..)
thanks.