Created
June 10, 2016 03:15
-
-
Save rohits79/565d67033cf49741114d0cbc8e5aca90 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 | |
<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