Skip to content

Commit 76a7c88

Browse files
committed
chore: Make ScrollViewers tab stop
1 parent 74b2930 commit 76a7c88

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Uno.Gallery/Views/Styles/SamplePageLayout.xaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
</Grid>
8181

8282
<ScrollViewer x:Name="PART_ScrollViewer"
83+
IsTabStop="True"
8384
Grid.Row="1">
8485
<Grid Padding="0,0,0,24">
8586
<Grid.RowDefinitions>
@@ -112,7 +113,8 @@
112113
<ScrollViewer HorizontalScrollMode="Enabled"
113114
HorizontalScrollBarVisibility="Hidden"
114115
VerticalScrollBarVisibility="Hidden"
115-
VerticalScrollMode="Disabled">
116+
VerticalScrollMode="Disabled"
117+
IsTabStop="True">
116118
<StackPanel x:Name="PART_ScrollingTabs"
117119
HorizontalAlignment="Stretch"
118120
BorderBrush="{TemplateBinding BorderBrush}"
@@ -320,7 +322,8 @@
320322
<ScrollViewer HorizontalScrollMode="Enabled"
321323
HorizontalScrollBarVisibility="Hidden"
322324
VerticalScrollBarVisibility="Hidden"
323-
VerticalScrollMode="Disabled">
325+
VerticalScrollMode="Disabled"
326+
IsTabStop="True">
324327
<!-- This is the sticky tabs that appear when we scroll enough. -->
325328
<StackPanel x:Name="PART_StickyTabs"
326329
Margin="48,0"

0 commit comments

Comments
 (0)