Skip to content

Commit

Permalink
Set IsTabStop=False on scroll buttons in TabView (#7539)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone authored Jul 29, 2022
1 parent 367bb0d commit 93e23c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/TabView/TabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
VerticalAlignment="Bottom">
<RepeatButton x:Name="ScrollDecreaseButton"
AutomationProperties.AccessibilityView="Raw"
IsTabStop="False"
Delay="50"
Interval="100"
HighContrastAdjustment="None"
Expand All @@ -276,6 +277,7 @@
VerticalAlignment="Bottom">
<RepeatButton x:Name="ScrollIncreaseButton"
AutomationProperties.AccessibilityView="Raw"
IsTabStop="False"
Delay="50"
Interval="100"
HighContrastAdjustment="None"
Expand Down

0 comments on commit 93e23c2

Please sign in to comment.