|
|
@ -107,8 +107,8 @@ |
|
|
|
HorizontalGridLinesBrush="#FFC9C9C9" VerticalGridLinesBrush="#FFC9C9C9" Background="White" |
|
|
|
GridLinesVisibility="All" ColumnHeaderHeight="40" HorizontalContentAlignment="Right" BorderBrush="{x:Null}" |
|
|
|
CanUserReorderColumns="False" CanUserSortColumns="False" CanUserResizeRows="False" CanUserResizeColumns="False" |
|
|
|
CanUserDeleteRows="False" SelectionMode="Single" FontSize="15" Focusable="True" ContextMenuOpening="Gridstep_ContextMenuOpening"> |
|
|
|
<DataGrid.RowStyle> |
|
|
|
CanUserDeleteRows="False" SelectionMode="Single" FontSize="15" Focusable="True" > |
|
|
|
<DataGrid.RowStyle > |
|
|
|
<Style TargetType="{x:Type DataGridRow}"> |
|
|
|
<Setter Property="IsHitTestVisible" Value="{Binding DataContext.IsInteractive, |
|
|
|
RelativeSource={RelativeSource AncestorType=DataGrid}}"/> |
|
|
|