Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)
Created by: Ernst
Comments: 1
Category: Accordion
Type: Bug Report
0

When we set a corner radius for the header the background is overlapping the border so header will not have rounded corners.

    <Style TargetType="telerik:AccordionItemHeader">

        <Setter Property="BackgroundColor" Value="Blue" />

        <Setter Property="BorderColor" Value="Red" />

        <Setter Property="BorderThickness" Value="2" />

        <Setter Property="CornerRadius" Value="8" />

    </Style>

</telerik:AccordionItem.Resources>

 


Unplanned
Last Updated: 21 Mar 2024 08:25 by JoPi
Created by: JoPi
Comments: 0
Category: Accordion
Type: Feature Request
0
Users should be able to control the Accordion using the keyboard on Desktop.
Unplanned
Last Updated: 19 Mar 2026 09:13 by ADMIN
Created by: Theo
Comments: 1
Category: Accordion
Type: Bug Report
0

When setting border color and thickness, border does not appear. 

 

Based on the image in the docs there was a border around the item: https://www.telerik.com/maui-ui/documentation/assets/07d35df8dddf6c3fbf60d2ef61684b1e/accordion-accordionitem.png