18
18
<BitmapImage x : Key =" SettingsImage" UriSource =" ../../Resources/gear.png" />
19
19
20
20
<local : TestOutcomeImageSourceConverter x : Key =" OutcomeIconConverter" />
21
+
21
22
<local : TestResultToOutcomeTextConverter x : Key =" OutcomeTextConverter" />
23
+
22
24
<BooleanToVisibilityConverter x : Key =" BoolToVisibility" />
23
25
<converters : InvertBoolValueConverter x : Key =" InvertBoolValue" />
24
26
270
272
<componentModel : SortDescription PropertyName =" Result.Outcome" />
271
273
</CollectionViewSource .SortDescriptions>
272
274
<CollectionViewSource .GroupDescriptions>
275
+ <!--
273
276
<PropertyGroupDescription PropertyName="Result" Converter="{StaticResource OutcomeTextConverter}" />
277
+ -->
274
278
</CollectionViewSource .GroupDescriptions>
275
279
</CollectionViewSource >
276
280
<SolidColorBrush x : Key =" ToolBarToggleButtonVerticalBackground" Color =" #FFEEF5FD" />
455
459
</Style .Triggers>
456
460
</Style >
457
461
</UserControl .Resources>
458
-
462
+
459
463
<Grid >
460
464
<Grid .RowDefinitions>
461
465
<RowDefinition Height =" 30" />
462
466
<RowDefinition Height =" 10" />
463
467
<RowDefinition Height =" *" />
464
468
</Grid .RowDefinitions>
465
-
469
+
466
470
<Border Grid.Row=" 0" Grid.RowSpan=" 3" Background =" #FFEEF5FD" />
467
471
468
472
<ToolBarTray Grid.Row=" 0" IsLocked =" True" >
586
590
<Border Grid.Row=" 2" Padding =" 2" >
587
591
<ScrollViewer VerticalScrollBarVisibility =" Auto" >
588
592
<Grid >
593
+
589
594
<controls : GroupingGrid ItemsSource =" {Binding Source={StaticResource ResultsByOutcome}}"
590
595
SelectedItem =" {Binding SelectedTest}"
591
596
ShowGroupingItemCount =" True"
605
610
<DataGridTextColumn Header =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding =" {Binding Result.Duration, StringFormat={}{0}ms}" />
606
611
</DataGrid .Columns>
607
612
</controls : GroupingGrid >
608
-
613
+ <!--
609
614
<controls:GroupingGrid ItemsSource="{Binding Source={StaticResource ResultsByModule}}"
610
615
SelectedItem="{Binding SelectedTest}"
611
616
ShowGroupingItemCount="True"
624
629
<DataGridTextColumn Header="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=TestExplorer_Duration}" Binding="{Binding Result.Duration, StringFormat={}{0}ms}" />
625
630
</DataGrid.Columns>
626
631
</controls:GroupingGrid>
632
+ -->
627
633
</Grid >
628
634
</ScrollViewer >
629
635
</Border >
630
636
<controls : BusyIndicator Grid.Row=" 2" Width =" 120" Height =" 120" Visibility =" {Binding Model.IsBusy, Converter={StaticResource BoolToVisibility}}" />
631
637
</Grid >
632
- </UserControl >
638
+ </UserControl >
0 commit comments