Skip to content

Commit 4b4d938

Browse files
committed
Stop suppressing RequestBringIntoView in InspectionResultsControl
This reverts one of the two changes in the PR introducing the problems observed in issue rubberduck-vba#5442.
1 parent 433de5a commit 4b4d938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

-1
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)