Skip to content

Commit

Permalink
Enabled automatic horizontal scrollbar for the Test Explorer window. C…
Browse files Browse the repository at this point in the history
…loses #5133.
  • Loading branch information
freyah4224 committed Oct 20, 2019
1 parent d70d3cb commit ac7a7c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
Expand Up @@ -353,7 +353,10 @@
ItemsSource="{Binding Tests}"
SelectionMode="Extended"
ShowGroupingItemCount="True"
InitialExpandedState="True">
InitialExpandedState="True"
ScrollViewer.CanContentScroll="True"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.HorizontalScrollBarVisibility="Auto">
<DataGrid.Columns>
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.UnitTesting.TestExplorer, Key=TestExplorer_Outcome}">
<DataGridTemplateColumn.CellTemplate>
Expand Down

0 comments on commit ac7a7c2

Please sign in to comment.