|
|
@@ -137,12 +137,12 @@
|
|
|
<Style Selector="ListBoxItem:selected /template/ ContentPresenter">
|
|
|
<Setter Property="Background" Value="{DynamicResource AppListBackgroundColor}" />
|
|
|
</Style>
|
|
|
- <Style Selector="ListBoxItem:selected /template/ Border#SelectionIndicator">
|
|
|
- <Setter Property="MinHeight" Value="100" />
|
|
|
- </Style>
|
|
|
<Style Selector="ListBoxItem:pointerover /template/ ContentPresenter">
|
|
|
<Setter Property="Background" Value="{DynamicResource AppListHoverBackgroundColor}" />
|
|
|
</Style>
|
|
|
+ <Style Selector="ListBoxItem:selected /template/ Border#SelectionIndicator">
|
|
|
+ <Setter Property="MinHeight" Value="{Binding $parent[UserControl].DataContext.ListItemSelectorSize}" />
|
|
|
+ </Style>
|
|
|
</ListBox.Styles>
|
|
|
<ListBox.ItemTemplate>
|
|
|
<DataTemplate>
|