Unplanned
Last Updated: 20 Nov 2020 07:19 by ADMIN
Mike
Created on: 19 Nov 2020 07:26
Category: TabView
Type: Feature Request
0
TabView: [UWP] Add keyboard navigation
access the tab headers via the keyboard tab button
1 comment
ADMIN
Didi
Posted on: 20 Nov 2020 07:19

Hello,

You can use the following approach to achieve the scenario:

Create a custom control TabViewHeaderButton which inherits from Radbutton. Add the custom control inside the TabViewHeaderItem ControlTemplate. When a focusable element is inside the HeaderItem, this will allow you to switch the TabView headers using the keyboard tab key. The custom control has additional logic, to change the TabView SelectedItem when the header button is clicked.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Attached Files: