mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 18:42:52 +00:00
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:
parent
a055108a53
commit
216c9c0adc
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@
|
||||||
</ListBox.ItemTemplate>
|
</ListBox.ItemTemplate>
|
||||||
<ListBox.ItemContainerStyle>
|
<ListBox.ItemContainerStyle>
|
||||||
<Style TargetType="ListBoxItem" BasedOn="{StaticResource MyChipListBoxItem}">
|
<Style TargetType="ListBoxItem" BasedOn="{StaticResource MyChipListBoxItem}">
|
||||||
<Setter Property="Focusable" Value="False" />
|
|
||||||
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
|
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue