Mercurial > silverbladetech
annotate Glimpse/Glimpse Controls/BrokenBindingsViewer.xaml @ 59:3591c26bd63e
MVVMLight added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 19:20:28 +0100 |
parents | |
children |
rev | line source |
---|---|
59 | 1 <UserControl x:Class="Glimpse.BrokenBindingsViewer" |
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
4 <Grid x:Name="LayoutRoot" Background="White"> | |
5 <ScrollViewer> | |
6 <ItemsControl x:Name="icBrokenBindings" /> | |
7 </ScrollViewer> | |
8 </Grid> | |
9 </UserControl> |