整理
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:assists="clr-namespace:NeumUI.Assists"
|
||||
xmlns:conv="clr-namespace:NeumUI.Converters"
|
||||
xmlns:assists="clr-namespace:NeoUI.Assists"
|
||||
xmlns:conv="clr-namespace:NeoUI.Converters"
|
||||
xmlns:internal="clr-namespace:NeoUI.Converters.Internal"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Style TargetType="{x:Type Thumb}" x:Key="GridViewColumnHeaderGripper">
|
||||
<Setter Property="Background" Value="{DynamicResource ControlStrongBackgroundBrush}" />
|
||||
@@ -217,7 +218,7 @@
|
||||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="4"
|
||||
IsHitTestVisible="False"
|
||||
Visibility="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(ItemsControl.AlternationIndex), Converter={x:Static conv:InterlacedBackgroundConverter.Instance}}" />
|
||||
Visibility="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(ItemsControl.AlternationIndex), Converter={x:Static internal:InterlacedBackgroundConverter.Instance}}" />
|
||||
</Grid>
|
||||
<ControlTemplate.Triggers>
|
||||
<Trigger Property="GridView.ColumnCollection" Value="{x:Null}">
|
||||
|
||||
Reference in New Issue
Block a user