File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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}"
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"
You can’t perform that action at this time.
0 commit comments