diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
| commit | 00a491d93733d4625ad329b2ba8237f445364b3f (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/PPC/Tango.PPC.Common/Resources/Styles.xaml | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| download | Tango-00a491d9.tar.gz Tango-00a491d9.zip | |
merge
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.xaml | 65 |
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 |
