mirror of https://github.com/AMT-Cheif/Stylet.git
13 lines
566 B
XML
13 lines
566 B
XML
<Window x:Class="Stylet.Samples.RedditBrowser.Pages.ShellView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:s="http://github.com/canton7/Stylet"
|
|
Title="ShellView" Height="500" Width="500">
|
|
<DockPanel>
|
|
<GroupBox DockPanel.Dock="Top" Header="Navigate to">
|
|
<ContentControl s:View.Model="{Binding Taskbar}"/>
|
|
</GroupBox>
|
|
<TabControl Style="{StaticResource StyletConductorTabControl}"/>
|
|
</DockPanel>
|
|
</Window>
|