More selection edge cases fixed

This commit is contained in:
TheXamlGuy
2024-05-21 22:38:11 +01:00
parent d0dc3b74c1
commit 94a2560141
2 changed files with 22 additions and 1 deletions
+2 -1
View File
@@ -26,9 +26,10 @@
Grid.Row="1"
Grid.Column="0"
Margin="2,-1,0,0"
AutoScrollToSelectedItem="True"
ItemTemplate="{ReflectionBinding Template}"
ItemsSource="{Binding}"
SelectedIndex="{Binding SelectedIndex}"
SelectedItem="{Binding SelectedItem}"
SelectionMode="Single">
<ListBox.Styles>
<Style Selector="ListBoxItem">