Unplanned
Last Updated: 19 Jun 2023 12:35 by ADMIN
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
1 comment
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.