Skip to content

Instantly share code, notes, and snippets.

@rohits79
Created June 7, 2016 13:36
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/5c6b88723c92945ed5fe3bc7ffde9fe3 to your computer and use it in GitHub Desktop.
Save rohits79/5c6b88723c92945ed5fe3bc7ffde9fe3 to your computer and use it in GitHub Desktop.
<DockPanel LastChildFill="True">
<ContentControl DockPanel.Dock="Top" regions:RegionManager.RegionName="Toolbar"></ContentControl>
<ItemsControl DockPanel.Dock="Left" regions:RegionManager.RegionName="Navigation"></ItemsControl>
<TabControl regions:RegionManager.RegionName="Tabs"></TabControl>
</DockPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment