Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 14, 2016 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohits79/b48aed188d02e20b37e5a0f0a1243730 to your computer and use it in GitHub Desktop.
Save rohits79/b48aed188d02e20b37e5a0f0a1243730 to your computer and use it in GitHub Desktop.
--xaml
<ItemsControl prism:RegionManager.RegionName="Navigation"/>
regionManager.Region[“Navigation”].Add(SomeView);
regionManager.Region[“Navigation”].Add(SomeView);
regionManager.Region[“Navigation”].Add(SomeView);
unityContainer.RegisterType<object, SomeView>("viewName");
regionManager.RequestNavigate(“Navigation”, “viewName”);
regionManager.RequestNavigate(“Navigation”, “viewName”);
regionManager.RequestNavigate(“Navigation”, “viewName”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment