Reverts & Some Fixes

This commit is contained in:
_Neo_
2026-01-06 13:01:29 +02:00
parent 2941951f4d
commit 85dad79581
4 changed files with 25 additions and 17 deletions

View File

@@ -49,6 +49,10 @@
</Style>
<Style Selector="ListBoxItem /template/ Rectangle#SelectionIndicator">
<Setter Property="MinHeight" Value="70" />
<Setter Property="IsVisible" Value="False" />
</Style>
<Style Selector="ListBoxItem:selected /template/ Rectangle#SelectionIndicator">
<Setter Property="IsVisible" Value="True" />
</Style>
</ListBox.Styles>
<ListBox.ItemTemplate>