We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70d3cb commit ac7a7c2Copy full SHA for ac7a7c2
Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
@@ -353,7 +353,10 @@
353
ItemsSource="{Binding Tests}"
354
SelectionMode="Extended"
355
ShowGroupingItemCount="True"
356
- InitialExpandedState="True">
+ InitialExpandedState="True"
357
+ ScrollViewer.CanContentScroll="True"
358
+ ScrollViewer.VerticalScrollBarVisibility="Auto"
359
+ ScrollViewer.HorizontalScrollBarVisibility="Auto">
360
<DataGrid.Columns>
361
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.UnitTesting.TestExplorer, Key=TestExplorer_Outcome}">
362
<DataGridTemplateColumn.CellTemplate>
0 commit comments