File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 209
209
Style =" {DynamicResource {ComponentResourceKey ResourceId=MenuScrollViewer,
210
210
TypeInTargetAssembly={x:Type FrameworkElement}}}" >
211
211
<ItemsPresenter
212
- KeyboardNavigation.DirectionalNavigation=" None "
212
+ KeyboardNavigation.DirectionalNavigation=" Cycle "
213
213
KeyboardNavigation.TabNavigation=" None"
214
214
RenderOptions.ClearTypeHint=" Enabled"
215
215
SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
239
239
<Setter Property =" Padding" Value =" {DynamicResource MenuFlyoutItemThemePadding}" />
240
240
<Setter Property =" FontSize" Value =" {DynamicResource ControlContentThemeFontSize}" />
241
241
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
242
- <Setter Property =" IsTabStop" Value =" False" />
243
- <Setter Property =" KeyboardNavigation.IsTabStop" Value =" False" />
244
242
<Setter Property =" KeyboardNavigation.TabNavigation" Value =" None" />
245
243
<Setter Property =" VerticalContentAlignment" Value =" Center" />
246
244
<Setter Property =" ScrollViewer.PanningMode" Value =" Both" />
You can’t perform that action at this time.
0 commit comments