It is possible have more active screen / view in one shell if I am using caliburn micro ?
Something like this, code for shell view - wpf window:
<ContentControl x:Name="ActiveItem_1" Grid.Row=1/>
<ContentControl x:Name="ActiveItem_2" Grid.Row=2/>
<ContentControl x:Name="ActiveItem_9" Grid.Row=9/>
Thank you for advice, or in which MVVM this possible?