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 bcce039 + a9611a1 commit 347c603Copy full SHA for 347c603
Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml
@@ -200,7 +200,10 @@
200
SelectedItem="{Binding SelectedItem}"
201
SelectionUnit="FullRow"
202
ItemsSource="{Binding Results, NotifyOnSourceUpdated=True}"
203
- VirtualizingPanel.IsVirtualizingWhenGrouping="True">
+ VirtualizingPanel.IsVirtualizingWhenGrouping="True"
204
+ ScrollViewer.CanContentScroll="True"
205
+ ScrollViewer.VerticalScrollBarVisibility="Auto"
206
+ ScrollViewer.HorizontalScrollBarVisibility="Auto">
207
<DataGrid.RowDetailsTemplate>
208
<DataTemplate>
209
<Grid>
0 commit comments