Skip to content

Commit 37bd1bb

Browse files
authored
Merge pull request #5506 from MDoerner/RemoveBringIntoViewHandlerFromTestExplorer
Removes handler for RequestBringIntoView from TestExplorer
2 parents 65bf91e + eeb0a86 commit 37bd1bb

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)