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: 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: 04 Jun 2024 14:13 by Taylor
Created by: Taylor
Comments: 0
Category: TabView
Type: Feature Request
0
Enable keyboard navigation for the control.
Unplanned
Last Updated: 10 Oct 2024 08:34 by ADMIN
Created by: Kevin
Comments: 1
Category: TabView
Type: Feature Request
0
When using a screen reader on both Android and iOS devices, the reader will not navigate to tabs not currently visible on the screen.  It will navigate through each visible tab, then move to the content of the RadTabView.  It should instead navigate through each available tab first.
Unplanned
Last Updated: 23 Oct 2024 09:11 by Alex
When the TabView is bound to an ItemsSource, and the DataTemplate contains heavy UI, it would be useful to load each tab content when the user selects the tab, not on page load.
Unplanned
Last Updated: 02 Apr 2025 08:06 by Juraj

I have TabView which contains multiple tabs and tabs contains ScrollView with multiple entry elements.

After click on entry keyboard on android in the first tab, the content moves so you can see what to type in the input.

For all other tabs, the keyboard covers the entry.

1 2