Unplanned
Last Updated: 11 Aug 2023 12:26 by movilidad
Created by: movilidad
Comments: 0
Category: TabView
Type: Feature Request
1
Provide overflow menu for TabView header items. Similar behavior like the Telerik Xamarin TabView.
Unplanned
Last Updated: 20 Jul 2023 12:28 by Kevin
Created by: Kevin
Comments: 0
Category: TabView
Type: Bug Report
0

In certain situations, the TabView cuts off part of the header text for some of the headers. The problem is worse when the BorderThickness property of the TabViewHeaderItem is set to 1 or bigger. 

WinUI:

Android:

 

Unplanned
Last Updated: 22 Jun 2023 12:16 by Volker
Created by: Volker
Comments: 0
Category: TabView
Type: Bug Report
0

When wrapping the cell in a Grid with Margin, the margin does not respect. 

<telerik:RadListView.ItemTemplate>
    <DataTemplate>
        <telerik:ListViewTemplateCell>
            <telerik:ListViewTemplateCell.View>
                <Grid Margin="0,5,0,0" BackgroundColor="LightBlue">
                    <Grid.RowDefinitions>
                        <RowDefinition Height="Auto" />
                        <RowDefinition Height="Auto" />
                    </Grid.RowDefinitions>
                    <Label Text="{Binding Title}" FontSize="16"/>
                    <Label Text="{Binding Author}" FontSize="13" 
                        Grid.Row="1" FontAttributes="Italic" TextColor="Gray" />
                </Grid>
            </telerik:ListViewTemplateCell.View>
        </telerik:ListViewTemplateCell>
    </DataTemplate>
</telerik:RadListView.ItemTemplate>

 

 

Unplanned
Last Updated: 19 Jun 2023 12:35 by ADMIN
Flickering occurs When switching between the tabs with icon in the header
Unplanned
Last Updated: 30 May 2023 05:58 by Curtis
Provide options to rearrange, open, close tabs like in TabView for WinUI 3 https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.tabview?view=winui-2.8 

Similar to chrome browser tabs.

Unplanned
Last Updated: 22 May 2023 10:19 by Uvin
Created by: Uvin
Comments: 0
Category: TabView
Type: Feature Request
2
When setting FlowDirection property to the RadTabView the control behaves differently on different platforms. 
Provide right to left support. 
Unplanned
Last Updated: 02 Feb 2023 09:11 by Erik Damgaard
Created by: Erik Damgaard
Comments: 0
Category: TabView
Type: Bug Report
1
When setting the IsHeaderScrollable to True, the headers are not scrollable.
Unplanned
Last Updated: 19 Dec 2022 13:24 by Günter

Provide an option for achieving the following using the TabView - add a button in the header's center and customize it: