|
99 | 99 | <GridSplitter Grid.Row="3" x:Name="ErrorListSplitter" HorizontalAlignment="Stretch" Background="{DynamicResource ColorWindowHeader}" Height="3" ShowsPreview="False" IsEnabled="False"/> |
100 | 100 | <Expander Style="{DynamicResource ExpanderTemplate}" x:Name="ErrorListExpander" Grid.Row="4" HorizontalContentAlignment="Stretch" ExpandDirection="Up" OpacityMask="#FFB34F4F" Margin="3,0,0,0" > |
101 | 101 | <Expander.Header> |
102 | | - <TextBlock HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" >Error List</TextBlock> |
| 102 | + <!--<TextBlock HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" >Error List</TextBlock>--> |
| 103 | + <Label Style="{DynamicResource LabelTemplate}" HorizontalAlignment="Left" VerticalAlignment="Top">Error List</Label> |
103 | 104 | </Expander.Header> |
104 | 105 | <Expander.Content> |
105 | | - <ListBox x:Name="ErrorList" Template="{DynamicResource ListBoxTemplate}" Style="{DynamicResource ListBoxStyle}"> |
| 106 | + <ListBox x:Name="MessageList" Template="{DynamicResource ListBoxTemplate}" Style="{DynamicResource ListBoxStyle}" Background="#2a2a2c" BorderBrush="{DynamicResource ColorMenuBorder}" Foreground="AliceBlue" ItemContainerStyle="{DynamicResource _ListBoxItemStyle}"> |
106 | 107 | <ListBox.InputBindings> |
107 | 108 | <KeyBinding x:Name="BindingCopyError" Key="C" Modifiers="Control" /> |
108 | 109 | </ListBox.InputBindings> |
|
111 | 112 | <MenuItem Header="Copy" x:Name="ItemCopyError" InputGestureText="Ctrl + C" Style="{DynamicResource ContextMenuItemStyle}" /> |
112 | 113 | </ContextMenu> |
113 | 114 | </ListBox.ContextMenu> |
114 | | - <sys1:String>Lumia 950</sys1:String> |
115 | | - <sys1:String>iPhone 6S Plus</sys1:String> |
116 | | - <sys1:String>Xiaomi Mi5</sys1:String> |
117 | | - <sys1:String>Nexus 5X</sys1:String> |
118 | | - <sys1:String>Lumia 950</sys1:String> |
119 | | - <sys1:String>iPhone 6S Plus</sys1:String> |
120 | | - <sys1:String>Xiaomi Mi5</sys1:String> |
121 | | - <sys1:String>Nexus 5X</sys1:String> |
122 | | - <sys1:String>Lumia 950</sys1:String> |
123 | | - <sys1:String>iPhone 6S Plus</sys1:String> |
124 | | - <sys1:String>Xiaomi Mi5</sys1:String> |
125 | | - <sys1:String>Nexus 5X</sys1:String> |
126 | | - <sys1:String>Lumia 950</sys1:String> |
127 | | - <sys1:String>iPhone 6S Plus</sys1:String> |
128 | | - <sys1:String>Xiaomi Mi5</sys1:String> |
129 | | - <sys1:String>Nexus 5X</sys1:String> |
| 115 | + <ListBox.ItemTemplate> |
| 116 | + <DataTemplate> |
| 117 | + <view:ViewMessage ViewModel="{Binding}" /> |
| 118 | + </DataTemplate> |
| 119 | + </ListBox.ItemTemplate> |
130 | 120 | </ListBox> |
131 | 121 | <!--<TextBox x:Name="ErrorList" Style="{DynamicResource TextBoxTemplate}" BorderBrush="{DynamicResource ColorMenuBorder}" |
132 | 122 | IsReadOnly="True" TextWrapping="NoWrap" Background="#2a2a2c" |
|
0 commit comments