|
|
@ -13,8 +13,16 @@ |
|
|
|
<Grid Margin="5,0,0,0"> |
|
|
|
<Grid Margin="5,0,0,0"> |
|
|
|
<Grid.Resources> |
|
|
|
<Grid.Resources> |
|
|
|
<AlternationConverter x:Key="BackgroundConverter"> |
|
|
|
<AlternationConverter x:Key="BackgroundConverter"> |
|
|
|
<SolidColorBrush Color="White"></SolidColorBrush> |
|
|
|
<VisualBrush> |
|
|
|
<SolidColorBrush Color="Beige"></SolidColorBrush> |
|
|
|
<VisualBrush.Visual> |
|
|
|
|
|
|
|
<Border Width="1" Height="1" Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"/> |
|
|
|
|
|
|
|
</VisualBrush.Visual> |
|
|
|
|
|
|
|
</VisualBrush> |
|
|
|
|
|
|
|
<VisualBrush Opacity=".1"> |
|
|
|
|
|
|
|
<VisualBrush.Visual> |
|
|
|
|
|
|
|
<Border Width="1" Height="1" Background="#FFFF3F"/> |
|
|
|
|
|
|
|
</VisualBrush.Visual> |
|
|
|
|
|
|
|
</VisualBrush> |
|
|
|
</AlternationConverter> |
|
|
|
</AlternationConverter> |
|
|
|
<Style x:Key="alternatingWithBinding" |
|
|
|
<Style x:Key="alternatingWithBinding" |
|
|
|
TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource {x:Type ListBoxItem}}"> |
|
|
|
TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource {x:Type ListBoxItem}}"> |
|
|
@ -35,7 +43,6 @@ |
|
|
|
<ListView Name="resourceListView" |
|
|
|
<ListView Name="resourceListView" |
|
|
|
FontFamily="Segoe UI" |
|
|
|
FontFamily="Segoe UI" |
|
|
|
FontSize="9pt" |
|
|
|
FontSize="9pt" |
|
|
|
Foreground="Black" |
|
|
|
|
|
|
|
Grid.Row="1" |
|
|
|
Grid.Row="1" |
|
|
|
AlternationCount="2" |
|
|
|
AlternationCount="2" |
|
|
|
ItemContainerStyle="{StaticResource alternatingWithBinding}" |
|
|
|
ItemContainerStyle="{StaticResource alternatingWithBinding}" |
|
|
|