|
197 | 197 | SelectionUnit="FullRow" |
198 | 198 | ItemsSource="{Binding Results, NotifyOnSourceUpdated=True}" |
199 | 199 | VirtualizingPanel.IsVirtualizingWhenGrouping="False"> |
200 | | - <DataGrid.RowDetailsTemplate> |
201 | | - <DataTemplate> |
202 | | - <Grid> |
203 | | - <Rectangle Fill="Transparent" /> |
204 | | - <GridViewRowPresenter/> |
205 | | - </Grid> |
| 200 | + <DataGrid.RowDetailsTemplate> |
| 201 | + <DataTemplate> |
| 202 | + <Grid> |
| 203 | + <Rectangle Fill="Transparent" /> |
| 204 | + <GridViewRowPresenter/> |
| 205 | + </Grid> |
206 | 206 | </DataTemplate> |
207 | | - </DataGrid.RowDetailsTemplate> |
208 | | - <DataGrid.Columns> |
| 207 | + </DataGrid.RowDetailsTemplate> |
| 208 | + <DataGrid.Columns> |
209 | 209 | <DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=CodeInspectionResults_Type}"> |
210 | 210 | <DataGridTemplateColumn.CellTemplate> |
211 | 211 | <DataTemplate DataType="abstract1:IInspectionResult"> |
|
217 | 217 | <DataGridTextColumn Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=CodeInspectionResults_Location}" Binding="{Binding QualifiedSelection.QualifiedName, Mode=OneTime}" /> |
218 | 218 | </DataGrid.Columns> |
219 | 219 | <DataGrid.ContextMenu> |
220 | | - <ContextMenu ItemsSource="{Binding PlacementTarget.DataContext.QuickFixes, RelativeSource={RelativeSource Self}}" Visibility="Collapsed"> |
| 220 | + <ContextMenu ItemsSource="{Binding PlacementTarget.DataContext.QuickFixes, RelativeSource={RelativeSource Self}}"> |
221 | 221 | <ContextMenu.Resources> |
222 | 222 | <Style TargetType="{x:Type MenuItem}"> |
223 | 223 | <Setter Property="Icon"> |
|
235 | 235 | </DataGrid.ContextMenu> |
236 | 236 | <i:Interaction.Behaviors> |
237 | 237 | <controls:GroupItemExpandedBehavior ExpandedState="{Binding ExpandedState, Mode=TwoWay}" /> |
238 | | - <codeInspections:InspectionContextMenuBehavior /> |
239 | 238 | </i:Interaction.Behaviors> |
240 | 239 | </controls:GroupingGrid> |
241 | 240 |
|
|
249 | 248 | <Border Grid.Row="3" BorderThickness="0,1,0,0" BorderBrush="DimGray"> |
250 | 249 |
|
251 | 250 | <StackPanel Orientation="Vertical" MinHeight="48" Background="WhiteSmoke"> |
252 | | - |
| 251 | + |
253 | 252 | <Grid Margin="4" HorizontalAlignment="Stretch"> |
254 | 253 | <Grid.ColumnDefinitions> |
255 | 254 | <ColumnDefinition Width="25" /> |
|
287 | 286 | </WrapPanel> |
288 | 287 | </StackPanel> |
289 | 288 | </Border> |
290 | | - |
| 289 | + |
291 | 290 | </Grid> |
292 | 291 | </UserControl> |
0 commit comments