Stylet/Samples/Stylet.Samples.ModelValidation/Pages/ShellView.xaml

10 lines
404 B
XML

<Window x:Class="Stylet.Samples.ModelValidation.Pages.ShellView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="https://github.com/canton7/Stylet"
Title="ShellView" Height="300" Width="700">
<Grid>
<ContentControl s:View.Model="{Binding ActiveItem}"/>
</Grid>
</Window>