comparison Chronosv2/source/Presentation/Widgets/Navigator/NavigatorWidgetView.xaml @ 19:09d18d6e5f40

airport work
author stevenh7776 stevenhollidge@hotmail.com
date Thu, 15 Mar 2012 06:59:15 +0000
parents 443821e55f06
children
comparison
equal deleted inserted replaced
18:8049f7c58c2b 19:09d18d6e5f40
6 Style="{StaticResource DefaultWidgetStyle}" 6 Style="{StaticResource DefaultWidgetStyle}"
7 Title="Navigator"> 7 Title="Navigator">
8 8
9 <Grid x:Name="LayoutRoot" Margin="3.5"> 9 <Grid x:Name="LayoutRoot" Margin="3.5">
10 <Grid.Resources> 10 <Grid.Resources>
11 <HierarchicalDataTemplate ItemsSource="{Binding ChildNodes}" DataType="{x:Type nRoute:NavigationNode}"> 11 <HierarchicalDataTemplate ItemsSource="{Binding ChildNodes}"
12 DataType="{x:Type nRoute:NavigationNode}">
12 <TextBlock Text="{Binding Title}" 13 <TextBlock Text="{Binding Title}"
13 FontWeight="SemiBold" /> 14 FontWeight="SemiBold" />
14 </HierarchicalDataTemplate> 15 </HierarchicalDataTemplate>
15 16
16 <DataTemplate DataType="{x:Type chronos:CommandSiteMapNode}"> 17 <DataTemplate DataType="{x:Type chronos:CommandSiteMapNode}">