Enable Tab navigation for ListBox in ProfilesView for sighted users

Removed Focusable="False" from ListBoxItem style to allow sighted users to navigate items using the Tab key, while ensuring NVDA can still read the items correctly using AutomationProperties.
This commit is contained in:
Reza Bakhshi Laktasaraei 2025-05-03 16:36:01 +03:30
parent a055108a53
commit 216c9c0adc

View file

@ -35,7 +35,6 @@
</ListBox.ItemTemplate>
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem" BasedOn="{StaticResource MyChipListBoxItem}">
<Setter Property="Focusable" Value="False" />
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
<Setter Property="Template">
<Setter.Value>