Duplicated
Last Updated: 12 Dec 2023 16:43 by ADMIN
Kevin
Created on: 11 Dec 2023 17:41
Category: UI for .NET MAUI
Type: Bug Report
0
[Android] RadTabView cutting off header item text

In certain situations, the RadTabView cuts off part of the header text for some of the headers.  A specific scenario where this is happening is when the following tabs are present: 

  • General
  • Feed
  • Users (0)
  • Relationships (0)
  • Tickets (0)
  • Attachments (0)

The problem is worse when the BorderThickness of the TabViewHeaderItem is set to 1

  <Grid>
    <telerik:RadTabView>
      
      <telerik:RadTabView.HeaderItemStyle>
        <Style TargetType="telerik:TabViewHeaderItem">
          <Setter Property="BorderColor"
                  Value="Black" />
          <Setter Property="BorderThickness"
                  Value="1" />
        </Style>
      </telerik:RadTabView.HeaderItemStyle>
      
      <telerik:TabViewItem HeaderText="General" />
      <telerik:TabViewItem HeaderText="Feed" />
      <telerik:TabViewItem HeaderText="Users (0)" />
      <telerik:TabViewItem HeaderText="Relationships (0)" />
      <telerik:TabViewItem HeaderText="Tickets (0)" />
      <telerik:TabViewItem HeaderText="Attachments (0)" />
      
    </telerik:RadTabView>
  </Grid>

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
3 comments
ADMIN
Didi
Posted on: 12 Dec 2023 16:43

Hello Kevin,

I have updated it to a bug report. Internally in our system the type was the correct type - bug report. The type feature request was in the public portal.

Regards,
Didi
Progress Telerik

A brand new .NET MAUI course was just added to the Virtual Classroom. The training course is developed to help you get started with the Telerik UI for .NET MAUI components and features. It aims to put you in the shoes of an engineer who adds new features to an existing application. You can check it out at https://learn.telerik.com
Kevin
Posted on: 12 Dec 2023 16:20

Hey Didi,

It looks like the other item has a type of "Feature Request" instead of "Bug Report."  I'm not sure if that changes how it will get prioritized.

ADMIN
Didi
Posted on: 12 Dec 2023 16:13

Hello Kevin,

I changed the status of this item to duplicated. Here is the original bug report: https://feedback.telerik.com/maui/1616982-tabview-winui-android-cutting-off-header-item-text 

Regards,
Didi
Progress Telerik

A brand new .NET MAUI course was just added to the Virtual Classroom. The training course is developed to help you get started with the Telerik UI for .NET MAUI components and features. It aims to put you in the shoes of an engineer who adds new features to an existing application. You can check it out at https://learn.telerik.com