Completed
Last Updated: 12 Feb 2025 09:06 by ADMIN
Release 10.0.0 (2025 Q1)

When having the following setup:

        <telerik:RadExpander x:Name="expander">
            <telerik:RadExpander.Header>
                <telerik:ExpanderHeader HeightRequest="40"
                                        Style="{StaticResource stdRadExpanderHeader}">

 

and the style is defined as follow:

 <Style x:Key="stdRadExpanderHeader" TargetType="telerik:ExpanderHeader">
     <Setter Property="IndicatorText" Value=">"/>
     <Setter Property="IndicatorColor" Value="Red"/>

The Style does not apply.


it works with 7.1.0 version

Completed
Last Updated: 21 May 2025 08:07 by ADMIN
Release 11.0.0 (2025 Q2)
When tapping on the header, the content does not expand. You can see the arrow is rotated, still content is missing.