Completed
Last Updated: 20 Jul 2022 08:18 by ADMIN
Release Release 2.2.0

  When setting the second TabItem IsSelected property of Tabview, it does not take effect, and the first TabItem is still selected,and the second one alsodisplays the selection style.

  Code


    <telerik:RadTabView x:Name="tabView" AutomationId="tabView">
        <telerik:TabViewItem HeaderText="Home">
            <Label Margin="10" Text="This is the content of the Home tab" />
        </telerik:TabViewItem>
        <telerik:TabViewItem HeaderText="Folder" IsSelected="True">
            <Label Margin="10" Text="This is the content of the Folder tab" />
        </telerik:TabViewItem>
        <telerik:TabViewItem HeaderText="View">
            <Label Margin="10" Text="This is the content of the View tab" />
        </telerik:TabViewItem>
    </telerik:RadTabView>

Please Refer to the attachment for the results.

 

 

 

 

 

Completed
Last Updated: 22 Jun 2022 10:48 by ADMIN
Release 2.0.0
When removing for example the first element which is not currently the selected tab, the content from the selected tab disappears. 
Completed
Last Updated: 22 Jun 2022 10:48 by ADMIN
Release 2.0.0
Scenario: 
empty TabView, start adding items to the control, tab headers are not visible. 

You need to resize the window to show the headers.
Declined
Last Updated: 25 May 2022 14:54 by ADMIN
Created by: Brandon
Comments: 1
Category: TabView
Type: Feature Request
1

Hi Team,

Currently (as of 0.7.0) the RadTabview automatically collapses the tab header items panel when there are no tab headers to show.

I am requesting that you add a feature to the RadTabView that will allow me to keep the header items panel visible, even if there are no tab headers visible.

Thank you,

Brandon

> The reason I ask for this, is because sometimes I need to set some tabs to IsVisible=False, but I still want to see the header panel.

1 2