Unplanned
Last Updated: 11 Mar 2022 19:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 5
Category: TabView
Type: Feature Request
10
We should consider adding one or more events related to the selection of the TabView control. 
Completed
Last Updated: 15 Sep 2021 08:35 by ADMIN
Release R3 2021
ADMIN
Created by: Lance | Manager Technical Support
Comments: 0
Category: TabView
Type: Feature Request
7
Introducing a TabItem.IsTabVisible property would be useful. 

Currently, if you want to hide a tab, you need to remove it from the TabView.Items collection and cache it in a backing collection.

Then, to re-show the tab, remove it from the cache and add it back to the TabItems (preferably at the same index if you've also cached it's position).
Completed
Last Updated: 21 Jan 2021 11:26 by ADMIN
Release R1 2021
ADMIN
Created by: Stefan Nenchev
Comments: 8
Category: TabView
Type: Feature Request
17
Add functionality to slide through the items like in a SlideView/Carousel.
Unplanned
Last Updated: 14 Jan 2021 12:51 by ADMIN
Created by: n/a
Comments: 0
Category: TabView
Type: Feature Request
0

when the flow direction is changed to RTL

Expected: View should show in the order (tab2,tab1)

Actual: View is showing in the order (tab1,tab2)

https://material.io/design/usability/bidirectionality.html#mirroring-layout 

Unplanned
Last Updated: 20 Nov 2020 07:19 by ADMIN
Created by: Mike
Comments: 1
Category: TabView
Type: Feature Request
0
access the tab headers via the keyboard tab button
Completed
Last Updated: 06 Nov 2020 15:56 by ADMIN
Release 2020.3.1106 (R3 2020 minor release)
ADMIN
Created by: Lance | Manager Technical Support
Comments: 7
Category: TabView
Type: Feature Request
12
Add support for tabs that cannot be selected
Declined
Last Updated: 17 Aug 2020 07:08 by ADMIN
Created by: Abhishek
Comments: 1
Category: TabView
Type: Feature Request
1

Hi Team,

As we need to show loading spinner on Tabview so require property IsBusy or Isloading on Tabview. We are doing dynamic Tab header binding as per api response. Tab should be locked till loading spinner is showing on UI.

Regards

Abhishek Kesarwani

Unplanned
Last Updated: 15 Oct 2018 13:16 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: TabView
Type: Feature Request
2
Currently RadTabView provides SelectedItem property
Declined
Last Updated: 24 Jul 2018 15:08 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 1
Category: TabView
Type: Feature Request
0
This feature request asks for the option to align the TabViewItemHeaders to one side of the HeaderPosition, using the minimal amount of horizontal space (rendered as if they're in a horizontal StackLayout)

As a good example, the UI for WPF TabControl does this, notice the tab headers are left-aligned: https://docs.telerik.com/devtools/wpf/controls/radtabcontrol/overview2 
Unplanned
Last Updated: 17 Jul 2018 12:28 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 2
Category: TabView
Type: Feature Request
0
Support for interactive TabHeader content (i.e. Buttons, Checkboxes) that does not invoke the tab selection and is aligned next to the tabs
Unplanned
Last Updated: 29 Mar 2018 11:54 by ADMIN
Created by: Christian
Comments: 3
Category: TabView
Type: Feature Request
3
It would be nice to have an own configuration block for the selected item styling. This could be similar to the header template configuration.
Unplanned
Last Updated: 06 Mar 2018 13:27 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 2
Category: TabView
Type: Feature Request
3
Presently the TabView only supports unbound mode and there is no way to bind a list of items from the view model to display as tabviewitems. It would be convenient if there is an ItemsSource property.
Unplanned
Last Updated: 26 May 2017 10:12 by ADMIN
At the moment when clicking the overflow button, a list of items is displayed in a Popup. It would be convenient if there is a built-in mechanism for defining a custom action upon clicking the overflow button. For example one might want to open a SideDrawer.