Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 10, 2016 03:15
Show Gist options
  • Save rohits79/565d67033cf49741114d0cbc8e5aca90 to your computer and use it in GitHub Desktop.
Save rohits79/565d67033cf49741114d0cbc8e5aca90 to your computer and use it in GitHub Desktop.
--ViewA.xaml
<ContentControl regions:RegionManager.RegionName="RegionA"></ContentControl>
--ViewB.xaml
<ItemsControl regions:RegionManager.RegionName="RegionB"></ItemsControl>
--ViewC.xaml
<ContentControl regions:RegionManager.RegionName="RegionC"></ContentControl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment