Skip to content

Commit

Permalink
Merge pull request #5506 from MDoerner/RemoveBringIntoViewHandlerFrom…
Browse files Browse the repository at this point in the history
…TestExplorer

Removes handler for RequestBringIntoView from TestExplorer
  • Loading branch information
retailcoder committed May 29, 2020
2 parents 65bf91e + eeb0a86 commit 37bd1bb
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 37bd1bb

Please sign in to comment.