We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ce3c0 + 37bd1bb commit 92388aaCopy full SHA for 92388aa
Rubberduck.Core/UI/UnitTesting/TestExplorerControl.xaml
@@ -333,9 +333,8 @@
333
SelectionMode="Extended"
334
ShowGroupingItemCount="True"
335
InitialExpandedState="True"
336
- RequestBringIntoView="TestGrid_RequestBringIntoView"
337
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
338
- ScrollViewer.CanContentScroll="True"
+ ScrollViewer.CanContentScroll="False"
339
ScrollViewer.VerticalScrollBarVisibility="Auto"
340
ScrollViewer.HorizontalScrollBarVisibility="Disabled">
341
<DataGrid.Columns>
0 commit comments