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 Jun 2023 12:35 by ADMIN
Flickering occurs When switching between the tabs with icon in the header
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: