Created
June 10, 2016 09:35
-
-
Save rohits79/395d24ffd7f341b7299ca3787cf08e1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --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