Skip to content

Commit eeb0a86

Browse files
committed
Stop swallowing request bring into view on test explorer
This seems to cause a freeze while there is a scroll viewer on the grouping grid.
1 parent 65bf91e commit eeb0a86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,8 @@
333333
SelectionMode="Extended"
334334
ShowGroupingItemCount="True"
335335
InitialExpandedState="True"
336-
RequestBringIntoView="TestGrid_RequestBringIntoView"
337336
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
338-
ScrollViewer.CanContentScroll="True"
337+
ScrollViewer.CanContentScroll="False"
339338
ScrollViewer.VerticalScrollBarVisibility="Auto"
340339
ScrollViewer.HorizontalScrollBarVisibility="Disabled">
341340
<DataGrid.Columns>

0 commit comments

Comments
 (0)