aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml65
1 files changed, 0 insertions, 65 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml
index 317b2f13f..426372688 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml
@@ -44,69 +44,4 @@
<Setter Property="ItemContainerStyle" Value="{StaticResource BlankListBoxItem}"></Setter>
</Style>
- <Style TargetType="touch:TouchSimpleDataGrid" x:Key="TechGrid" BasedOn="{StaticResource {x:Type touch:TouchSimpleDataGrid}}">
- <Style.Resources>
- <Style BasedOn="{StaticResource {x:Type DataGridColumnHeader}}" TargetType="{x:Type DataGridColumnHeader}">
- <Setter Property="Background" Value="{StaticResource TangoDarkForegroundBrush}" />
- <Setter Property="Foreground" Value="{StaticResource TangoLightForegroundBrush}" />
- <Setter Property="Padding" Value="5"></Setter>
- </Style>
- </Style.Resources>
- <Setter Property="RowStyle">
- <Setter.Value>
- <Style TargetType="DataGridRow" BasedOn="{StaticResource {x:Type DataGridRow}}">
- <Style.Triggers>
- <Trigger Property="IsSelected" Value="True">
- <Setter Property="Background" Value="Transparent"></Setter>
- <Setter Property="Foreground" Value="{StaticResource TangoPrimaryAccentBrush}" />
- </Trigger>
- <Trigger Property="IsFocused" Value="True">
- <Setter Property="Background" Value="Transparent"></Setter>
- <Setter Property="Foreground" Value="{StaticResource TangoPrimaryAccentBrush}" />
- </Trigger>
- </Style.Triggers>
- </Style>
- </Setter.Value>
- </Setter>
- <Setter Property="CellStyle">
- <Setter.Value>
- <Style TargetType="{x:Type DataGridCell}">
- <Setter Property="Template">
- <Setter.Value>
- <ControlTemplate TargetType="{x:Type DataGridCell}">
- <Grid Background="{TemplateBinding Background}">
- <ContentPresenter VerticalAlignment="Center" />
- </Grid>
- </ControlTemplate>
- </Setter.Value>
- </Setter>
- <Style.Triggers>
- <Trigger Property="IsSelected" Value="True">
- <Setter Property="Background" Value="Transparent"></Setter>
- <Setter Property="Foreground" Value="{StaticResource TangoPrimaryAccentBrush}" />
- </Trigger>
- </Style.Triggers>
- </Style>
- </Setter.Value>
- </Setter>
-
- <Setter Property="Background" Value="{StaticResource TangoPrimaryBackgroundBrush}"></Setter>
- <Setter Property="AutoGenerateColumns" Value="False"></Setter>
- <Setter Property="SelectionUnit" Value="FullRow"></Setter>
- <Setter Property="SelectionMode" Value="Single"></Setter>
- <Setter Property="BorderBrush" Value="{StaticResource TangoDarkForegroundBrush}"></Setter>
- <Setter Property="BorderThickness" Value="1"></Setter>
- <Setter Property="HeadersVisibility" Value="Column"></Setter>
- <Setter Property="CanUserAddRows" Value="True"></Setter>
- <Setter Property="CanUserDeleteRows" Value="False"></Setter>
- <Setter Property="CanUserReorderColumns" Value="False"></Setter>
- <Setter Property="CanUserResizeColumns" Value="False"></Setter>
- <Setter Property="CanUserSortColumns" Value="False"></Setter>
- <Setter Property="IsReadOnly" Value="True"></Setter>
- <Setter Property="VerticalGridLinesBrush" Value="{x:Null}"></Setter>
- <Setter Property="HorizontalGridLinesBrush" Value="{StaticResource TangoGrayBrush}"></Setter>
- <Setter Property="RowHeight" Value="50"></Setter>
- <Setter Property="VerticalScrollBarVisibility" Value="Visible"></Setter>
- <Setter Property="HorizontalScrollBarVisibility" Value="Disabled"></Setter>
- </Style>
</ResourceDictionary> \ No newline at end of file