New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI TabView Keyboard Navigation Support on Desktop

Updated on Aug 11, 2026

The Telerik UI for .NET MAUI TabView provides keyboard navigation support on WinUI and MacCatalyst.

The table below lists the available keyboard combinations and their corresponding actions:

HotkeyAction
TabEnters or exits the TabView and focuses the selected tab (if selection is set— by default the first tab is selected).
Left ArrowNavigates to the previous tab in the TabView.
Right ArrowNavigates to the next tab in the TabView.
Down ArrowNavigates to the next tab in the TabView—in vertical orientation.
Up ArrowNavigates to the previous tab in the TabView—in vertical orientation.
EnterSelects the currently focused tab.
SpaceSelects the currently focused tab.

Here is how the keyboard navigation support looks on WinUI:

.NET MAUI TabView Keyboard Navigation Support

Setting CurrentItem

The TabView allows you to use the CurrentItem property of type object to programmatically modify the current item during keyboard navigation.

See Also

In this article
Setting CurrentItemSee Also
Not finding the help you need?
Contact Support