Completed
Last Updated: 20 May 2026 15:06 by ADMIN
Release 14.0.0
Michael
Created on: 02 Jun 2023 06:04
Category: TabView
Type: Bug Report
0
TabView: [Android] Flickering when switching between the tabs with icon in the header
Flickering occurs When switching between the tabs with icon in the header
2 comments
ADMIN
Didi
Posted on: 20 May 2026 15:06

The behavior is tested on net 9, maui 9.0.111 and Telerik MAUI 14.0.0 and the flickering cannot be reproduced. The item status is changed to Completed

Regards,
Didi
Progress Telerik

ADMIN
Didi
Posted on: 19 Jun 2023 12:35

Hello,

The issue is an issue in the .NET MAUI Image element. We have opened a bug report to Microsoft .NET MAUI repo: https://github.com/dotnet/maui/issues/15501 

Workaround:

You can improve the behavior by adding ImageWidth and ImageHeight to the HeaderItemStyle
<telerik:RadTabView x:Name="tabView">
        <telerik:RadTabView.HeaderItemStyle>
            <Style TargetType="telerik:TabViewHeaderItem">
                <Setter Property="FontAttributes" Value="Italic"/>
                <Setter Property="TextColor" Value="#99000000" />
                <Setter Property="ImagePosition" Value="Left" />
                <Setter Property="ImageHeight" Value="20"/>
                <Setter Property="ImageWidth" Value="20"/>
.......................................

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.