Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 10, 2016 09:35
Show Gist options
  • Select an option

  • Save rohits79/395d24ffd7f341b7299ca3787cf08e1a to your computer and use it in GitHub Desktop.

Select an option

Save rohits79/395d24ffd7f341b7299ca3787cf08e1a to your computer and use it in GitHub Desktop.
--ViewA.xaml
<ItemsControl regions:RegionManager.RegionName="RegionA"></ContentControl>
--ViewB.xaml
<ContentControl 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