mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 13:45:08 +00:00
Force tab navigation to cycle on navigation view
This commit is contained in:
@@ -35,7 +35,8 @@ the MIT License. See LICENSE in the project root for license information. -->
|
||||
Header="{Binding ElementName=SettingsNav, Path=SelectedItem.Content, Mode=OneWay}"
|
||||
Loaded="SettingsNav_Loaded"
|
||||
ItemInvoked="SettingsNav_ItemInvoked"
|
||||
IsBackButtonVisible="Collapsed">
|
||||
IsBackButtonVisible="Collapsed"
|
||||
TabFocusNavigation="Cycle">
|
||||
|
||||
<muxc:NavigationView.MenuItems>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user