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

Unplanned
Last Updated: 03 Jul 2024 07:47 by ADMIN
When tapping on the header, the content does not expand. You can see the arrow is rotated, still content is missing. 
Unplanned
Last Updated: 24 Nov 2022 07:39 by ADMIN

RadExpander controls is rendering too slow in mac debug mode 

When changing the view, it takes a lot of time to render the interface after the constructor is executed