Skip to content

Commit 18c4e79

Browse files
authored
Merge pull request #5482 from MDoerner/InspectionResultsWindowInvestigation
Stop suppressing RequestBringIntoView in InspectionResultsControl
2 parents 3b7b5b8 + 4b4d938 commit 18c4e79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@
200200
SelectedItem="{Binding SelectedItem}"
201201
SelectionUnit="FullRow"
202202
ItemsSource="{Binding Results, NotifyOnSourceUpdated=True}"
203-
RequestBringIntoView="InspectionResultsGrid_RequestBringIntoView"
204203
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
205204
ScrollViewer.CanContentScroll="True"
206205
ScrollViewer.VerticalScrollBarVisibility="Auto"

0 commit comments

Comments
 (0)