Skip to content

Commit

Permalink
Stop swallowing request bring into view on test explorer
Browse files Browse the repository at this point in the history
This seems to cause a freeze while there is a scroll viewer on the grouping grid.
  • Loading branch information
MDoerner committed May 29, 2020
1 parent 65bf91e commit eeb0a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
Expand Up @@ -333,9 +333,8 @@
SelectionMode="Extended"
ShowGroupingItemCount="True"
InitialExpandedState="True"
RequestBringIntoView="TestGrid_RequestBringIntoView"
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
ScrollViewer.CanContentScroll="True"
ScrollViewer.CanContentScroll="False"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.HorizontalScrollBarVisibility="Disabled">
<DataGrid.Columns>
Expand Down

0 comments on commit eeb0a86

Please sign in to comment.